Skip to content

Commit

Permalink
Don't trigger on changes to maven GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF authored and wenwj0 committed Jun 14, 2022
1 parent df7def7 commit 95627da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ name: "CodeQL"

on:
push:
paths-ignore:
- '**/workflows/maven.yml'
branches: [ master ]
pull_request:
paths-ignore:
- '**/workflows/maven.yml'
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@

name: Coverage

on: [push, pull_request]
on:
push:
paths-ignore:
- '**/workflows/maven.yml'
pull_request:
paths-ignore:
- '**/workflows/maven.yml'

permissions:
contents: read
Expand Down

0 comments on commit 95627da

Please sign in to comment.