Skip to content

Commit 5944d72

Browse files
ci: run test only on PR and not on main (#60)
1 parent 1e5d49d commit 5944d72

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
on:
2-
push:
3-
branches:
4-
- main
5-
pull_request:
6-
branches:
7-
- main
2+
pull_request:
83

94
name: Appium Flutter Integration Driver
105
jobs:

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
on:
2-
push:
3-
branches:
4-
- main
5-
pull_request:
6-
branches:
7-
- main
2+
pull_request:
83

94
name: Tests
105

0 commit comments

Comments
 (0)