Skip to content

Commit

Permalink
ci: run test only on PR and not on main (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 authored Jul 14, 2024
1 parent 1e5d49d commit 5944d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
on:
push:
branches:
- main
pull_request:
branches:
- main
pull_request:

name: Appium Flutter Integration Driver
jobs:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
on:
push:
branches:
- main
pull_request:
branches:
- main
pull_request:

name: Tests

Expand Down

0 comments on commit 5944d72

Please sign in to comment.