diff options
author | Jake Howard <[email protected]> | 2021-03-27 15:21:00 +0000 |
---|---|---|
committer | Jake Howard <[email protected]> | 2021-03-27 15:21:00 +0000 |
commit | da55d5ec700dc430a8b75917ac9d4834b1f0ace8 (patch) | |
tree | f03da1985f581c3665084e8ef738c48dceafc674 /.github/workflows | |
parent | 828a060698dba968e98064af90ffd8022b4d490e (diff) | |
download | vaultwarden-da55d5ec700dc430a8b75917ac9d4834b1f0ace8.tar.gz vaultwarden-da55d5ec700dc430a8b75917ac9d4834b1f0ace8.zip |
Also run actions CI on pull request
`push` only counts for pushes to branches on the repo, not forks
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2084f9b..81151f17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,15 @@ on: - "docker/**" - "hooks/**" - "tools/**" + pull_request: + # Ignore when there are only changes done too one of these paths + paths-ignore: + - "**.md" + - "**.txt" + - "azure-pipelines.yml" + - "docker/**" + - "hooks/**" + - "tools/**" jobs: build: |