Skip to content

Commit

Permalink
feat(ci): run pull request runs only on pull request open #4205
Browse files Browse the repository at this point in the history
  • Loading branch information
cunj123 committed Oct 23, 2023
1 parent feee165 commit d9fef9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: poco-ci
on: [push, pull_request]
on:
pull_request:
types: [opened]
push:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit d9fef9a

Please sign in to comment.