Skip to content

Commit

Permalink
Merge pull request #10 from owenbean400/no-readme-trigger-pipeline
Browse files Browse the repository at this point in the history
Remove README.md file as trigger for pipeline
  • Loading branch information
sheaDurgin authored Dec 5, 2023
2 parents 1208c11 + c27277a commit f74a600
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/appCICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: App builds
on:
push:
branches: [ "main" ]
paths:
- '!README.md'
pull_request:
branches: [ "main" ]
paths:
- '!README.md'

jobs:
build_appbundle_deploy_internal_testing:
Expand Down

0 comments on commit f74a600

Please sign in to comment.