Skip to content

Commit

Permalink
Run actions on all pull requests (not just to main)
Browse files Browse the repository at this point in the history
  • Loading branch information
jentfoo committed Feb 8, 2025
1 parent b88164f commit 660dd62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
analyze:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
lint-and-tidy:
Expand Down

0 comments on commit 660dd62

Please sign in to comment.