[lib] don't dispatch policy acknowledgment action when user is not lo… #1690
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker keyserver CI | |
on: | |
push: | |
branches: [master] | |
paths-ignore: | |
- 'native/**' | |
- 'docs/**' | |
- 'services/**' | |
- 'desktop/**' | |
pull_request: | |
types: [opened, reopened] | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build Docker | |
working-directory: ./keyserver | |
run: touch .env && bash/dc.sh build --no-cache |