Skip to content

Commit

Permalink
Remove file filters from Actions truggers
Browse files Browse the repository at this point in the history
  • Loading branch information
saharNooby committed Apr 22, 2023
1 parent 9310b9c commit 1342489
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ on:
description: 'Create new release'
required: true
type: boolean
push:
paths: ['.github/workflows/**', '**/CMakeLists.txt', '**/*.h', '**/*.c', '**/*.cpp']
push: {}
pull_request:
types: [opened, synchronize, edited, reopened, review_requested, ready_for_review]
paths: ['**/CMakeLists.txt', '**/*.h', '**/*.c', '**/*.cpp']

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

0 comments on commit 1342489

Please sign in to comment.