Skip to content

Commit

Permalink
Fixed remove README.md file as a trigger pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Bean authored and Owen Bean committed Dec 5, 2023
1 parent f74a600 commit 1adafe6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/appCICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: App builds
on:
push:
branches: [ "main" ]
paths:
- '!README.md'
paths-ignore:
- 'README.md'
pull_request:
branches: [ "main" ]
paths:
- '!README.md'
paths-ignore:
- 'README.md'

jobs:
build_appbundle_deploy_internal_testing:
Expand Down

0 comments on commit 1adafe6

Please sign in to comment.