Skip to content

Commit

Permalink
Merge pull request #862 from jtpio/ci-run-push
Browse files Browse the repository at this point in the history
Run CI on all branches for push events
  • Loading branch information
jtpio authored Mar 24, 2021
2 parents 99f6f24 + 442ae6c commit 724bf90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Frontend Packages
on:
push:
branches:
- master
- '*'
pull_request:
branches:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests
on:
push:
branches:
- master
- '*'
pull_request:
branches:
- '*'
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Packaging

on:
push:
branches: [ master ]
branches:
- '*'
pull_request:
branches: '*'
branches:
- '*'

env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
Expand Down

0 comments on commit 724bf90

Please sign in to comment.