Skip to content

Commit

Permalink
GitHub workflows now run for all branches
Browse files Browse the repository at this point in the history
Signed-off-by: Bhavye Mathur <[email protected]>
  • Loading branch information
BhavyeMathur committed Mar 27, 2024
1 parent 606c966 commit b9879be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-goopylib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

push:
branches: [ "master" ]
paths:
- src/**
- goopylib/**/*.cpp
Expand All @@ -20,7 +19,6 @@ on:
- .github/workflows/build-goopylib.yml

pull_request:
branches: [ "master" ]
paths:
- src/**
- goopylib/**/*.cpp
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/codeql-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ on:
workflow_dispatch:

push:
branches: [ "master" ]
paths:
- goopylib/**
- .github/workflows/codeql-python.yml

pull_request:
branches: [ "master" ]
paths:
- goopylib/**
- .github/workflows/codeql-python.yml
Expand Down

0 comments on commit b9879be

Please sign in to comment.