Skip to content

Commit

Permalink
change trigger of CI-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Dec 15, 2023
1 parent e98093d commit fed6cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
# run on pull requests to master branch
pull_request:
branches: [master]
types: [synchronize, opened, reopened, ready_for_review]
types: [synchronize, opened, reopened]

# run on pushes to master branch
push:
Expand Down

0 comments on commit fed6cc2

Please sign in to comment.