Skip to content

Commit

Permalink
Merge pull request #6 from dfinity/add-pull-request-trigger
Browse files Browse the repository at this point in the history
Add pull_request trigger
  • Loading branch information
cgundy authored Sep 21, 2023
2 parents ae8e885 + 0279a31 commit 8863e22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches:
- 'master'
- 'main'
pull_request:
# we do not need this workflow to run on merge_group because its whole purpose is to check if the PR is mergeable
# to test changes to this workflow, it needs to be manually run on the specific branch
workflow_dispatch:
Expand Down

0 comments on commit 8863e22

Please sign in to comment.