Skip to content

Commit

Permalink
GHA now runs on master and develop branches
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Oct 18, 2020
1 parent 1cddb2d commit 641c780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
test:
Expand Down

0 comments on commit 641c780

Please sign in to comment.