Skip to content

Commit

Permalink
Don't run PR tests on master, staging, or prod
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Mar 16, 2021
1 parent 427572f commit aeba3bf
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
pull_request:
branches-ignore: [master, staging, production]

jobs:
CLA:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: E2E iOS Tests
on:
pull_request:
types: [opened, synchronize]
branches-ignore: [master, staging, production]

env:
DEVELOPER_DIR: /Applications/Xcode_12.3.app/Contents/Developer
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Lint JavaScript
on:
pull_request:
types: [opened, synchronize]
branches-ignore: [master, staging, production]

jobs:
lint:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Jest Unit Tests
on:
pull_request:
types: [opened, synchronize]
branches-ignore: [master, staging, production]

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verifyGithubActionBuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Verify Github Action Builds
on:
pull_request:
types: [opened, synchronize]
branches-ignore: [master, staging, production]

jobs:
verify:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verifyPodfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Verify Podfile
on:
pull_request:
types: [opened, synchronize]
branches-ignore: [master, staging, production]

jobs:
verify:
Expand Down

0 comments on commit aeba3bf

Please sign in to comment.