Skip to content

Commit

Permalink
[CI/CD] Enable pull_request trigger for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicMercury8 committed Jun 20, 2022
1 parent cf43d5c commit f7ad1fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/building-compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ '**' ]
pull_request:
branches: [ kawaii ]
branches: [ '**' ]

jobs:
build-all:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/building-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ '**' ]
pull_request:
branches: [ kawaii ]
branches: [ '**' ]

jobs:
build-all:
Expand Down

0 comments on commit f7ad1fd

Please sign in to comment.