Skip to content

Commit

Permalink
Only run tests on master when pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Sturm committed Sep 16, 2020
1 parent 6419fc2 commit 69a8981
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: flutter driver

on:
push:
# branches:
# - master
branches:
- master
pull_request:


Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flutter_test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: flutter test
on:
push:
# branches:
# - master
branches:
- master
pull_request:
jobs:
build:
Expand Down

0 comments on commit 69a8981

Please sign in to comment.