Skip to content

Commit

Permalink
Run all workflows on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Aug 26, 2024
1 parent a583fec commit 52327d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: C++

on:
pull_request:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Pre-Commit Hooks

on:
pull_request:
push:
branches:
- main

Expand Down

0 comments on commit 52327d2

Please sign in to comment.