Skip to content

Commit

Permalink
filter push trigger to master
Browse files Browse the repository at this point in the history
  • Loading branch information
lkurzyniec committed Oct 28, 2024
1 parent fd2c963 commit 32b0d46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CodeQL Analysis

on:
push:
branches: [ master ]
paths-ignore:
- '**.md'
- '**.yml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Docker build

on:
push:
branches: [ master ]
paths-ignore:
- '**.md'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build, Test, Code coverage

on:
push:
branches: [ master ]
paths-ignore:
- '**.md'

Expand Down

0 comments on commit 32b0d46

Please sign in to comment.