Skip to content

Commit

Permalink
Merge pull request #17563 from Prince-Mendiratta/gh-action-run-selective
Browse files Browse the repository at this point in the history
[GH Actions] run some GH actions only on specific cases
  • Loading branch information
mountiny authored Apr 20, 2023
2 parents 79b9ab2 + 3253084 commit 1965164
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validateGithubActions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
paths:
- .github/**

jobs:
verify:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/verifyPodfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
paths:
- ios/**
- "package.json"
- "package-lock.json"

jobs:
verify:
Expand Down

0 comments on commit 1965164

Please sign in to comment.