Skip to content

Commit

Permalink
Don't run workflow on update of other workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSenellart committed Nov 3, 2023
1 parent 592511a commit 59acaef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ on:
push:
paths-ignore:
- 'doc/**'
- '.github/workflows/codeql.yml'
pull_request:
paths-ignore:
- 'doc/**'
- '.github/workflows/codeql.yml'
workflow_dispatch:
paths-ignore:
- 'doc/**'
- '.github/workflows/codeql.yml'

jobs:
test:
Expand Down

0 comments on commit 59acaef

Please sign in to comment.