Skip to content

Commit

Permalink
ci: run github actions workflows on all PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
bchew committed Jun 21, 2021
1 parent 5b492c8 commit e34cab0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/optimisation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
build:
Expand Down

0 comments on commit e34cab0

Please sign in to comment.