Skip to content

Commit

Permalink
Merge pull request #820 from NebraLtd/shawaj-patch-1
Browse files Browse the repository at this point in the history
only update files with pushes to master or prod
  • Loading branch information
shawaj committed Jun 27, 2023
2 parents 2b98423 + 77c75ac commit c914ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/openfleet-file-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
file-update:
if: github.ref_name == 'master' || github.ref_name == 'production' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit c914ac9

Please sign in to comment.