diff options
author | Jo-Philipp Wich <jo@mein.io> | 2023-10-11 16:47:10 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2023-10-11 16:47:10 +0200 |
commit | f56394f0fc53e5c22cbe52cac0506d9fbef33cb3 (patch) | |
tree | 2ba327d3c704ce6c7d111f8febd437951d6e01d0 /.github/workflows/macos.yml | |
parent | fcd39e290f58e3c598b976fb78a8fefaad3946ba (diff) |
ci: re-trigger workflows on pull request pushes
Re-trigger workflow runs for pull requests if the source branch is
amended or force pushed.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 6c9b02a..31e612f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -3,7 +3,7 @@ name: Build on macOS on: push: pull_request: - types: [opened, reopened] + types: [opened, reopened, synchronize] jobs: build: |