Skip to content

Commit

Permalink
Only run on opening/reopening PR
Browse files Browse the repository at this point in the history
The push event will capture additional pushes to a PR
  • Loading branch information
marcofranssen committed Oct 28, 2021
1 parent b6f7881 commit 55788bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Continuous integration
on:
push:
pull_request:
types: [ opened, reopened ]
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration-test-file-type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Integration test file provenance
on:
push:
pull_request:
types: [ opened, reopened ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 55788bd

Please sign in to comment.