Skip to content

Commit

Permalink
Modify GitHub Actions trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sakebook committed Jul 18, 2020
1 parent ca08555 commit cec9131
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_dart.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
on:
push:
branches:
- 'test/*'
- '!master'
- master
pull_request:
branches:
- master
jobs:
test_job:
runs-on: ubuntu-latest
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test_flutter.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
on:
push:
branches:
- 'test/*'
- '!master'
- master
pull_request:
branches:
- master
jobs:
test_job:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cec9131

Please sign in to comment.