Skip to content

Commit

Permalink
Skip version commits with message and run actions on master
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Mar 16, 2021
1 parent 18dc66e commit 2421e52
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request_target:
types: [opened, closed, synchronize]
pull_request:
branches-ignore: [master, staging, production]
branches-ignore: [staging, production]

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

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

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
./android/app/build.gradle \
./ios/ExpensifyCash/Info.plist \
./ios/ExpensifyCashTests/Info.plist
git commit -m "Update version to ${{ steps.bumpVersion.outputs.NEW_VERSION }}"
git commit -m "[skip actions] Update version to ${{ steps.bumpVersion.outputs.NEW_VERSION }}"
- name: Create Pull Request (master)
uses: peter-evans/create-pull-request@09b9ac155b0d5ad7d8d157ed32158c1b73689109
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Jest Unit Tests
on:
pull_request:
types: [opened, synchronize]
branches-ignore: [master, staging, production]
branches-ignore: [staging, production]

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

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

jobs:
verify:
Expand Down

0 comments on commit 2421e52

Please sign in to comment.