Skip to content

Commit

Permalink
Restore pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed Jun 23, 2024
1 parent 194824e commit 8872c4c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# The jobs in this file run on self-hosted workers and will not be run from external forks

on:
pull_request:
push:
branches:
- staging
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# The jobs in this file run on self-hosted workers and will not be run from external forks

on:
pull_request:
push:
branches-ignore:
# ignore tmp branches used by bors
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# The jobs in this file run on GitHub-hosted workers and will only be run from external forks

on:
pull_request:
push:
branches-ignore:
# ignore tmp branches used by bors
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/mk_build_yml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ build_yml() {
# The jobs in this file run on self-hosted workers and will not be run from external forks
on:
pull_request:
push:
branches-ignore:
# ignore tmp branches used by bors
Expand All @@ -41,6 +42,7 @@ bors_yml() {
# The jobs in this file run on self-hosted workers and will not be run from external forks
on:
pull_request:
push:
branches:
- staging
Expand All @@ -56,6 +58,7 @@ build_fork_yml() {
# The jobs in this file run on GitHub-hosted workers and will only be run from external forks
on:
pull_request:
push:
branches-ignore:
# ignore tmp branches used by bors
Expand Down

0 comments on commit 8872c4c

Please sign in to comment.