Skip to content

Commit

Permalink
Trigger CI on push to master only, and PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Sep 17, 2024
1 parent 0b55685 commit 589a22d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build

on:
push:
branches:
- main
paths:
- 'src/**'
- 'include/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Static Analysis

on:
push:
branches:
- main
paths:
- 'src/**'
- 'include/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
types: [published]

push:
branches:
- main
paths:
- 'src/**'
- 'include/**'
Expand Down

0 comments on commit 589a22d

Please sign in to comment.