Skip to content

Commit

Permalink
Keep only relevant paths targets to trigger CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tairov committed Jul 26, 2023
1 parent 4765a5b commit 86d706b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
push:
branches:
- master
paths: ['.github/workflows/**', '**/Makefile', '**/*.h', '**/*.c']
paths: ['.github/workflows/**', '**/Makefile', '**/*.c']
pull_request:
types: [opened, synchronize, reopened]
paths: ['**/Makefile', '**/*.h', '**/*.c']
paths: ['**/Makefile', '**/*.c']

env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
Expand Down

0 comments on commit 86d706b

Please sign in to comment.