Skip to content

Commit

Permalink
Merge pull request #263 from pq-code-package/ci_pr_open
Browse files Browse the repository at this point in the history
Run CI when PR is opened
  • Loading branch information
hanno-becker authored Oct 28, 2024
2 parents a6b129d + 8275595 commit ae85852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: ["main"]
pull_request:
branches: ["main"]
types: [ "synchronize" ]
types: [ "opened", "synchronize" ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit ae85852

Please sign in to comment.