Skip to content

Commit

Permalink
Fix: Trigger WF on push to main (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: David Fridrich <[email protected]>
  • Loading branch information
gauron99 authored Jan 9, 2025
1 parent f36c78f commit 6cb1b93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/invoke-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
pull_request:
paths-ignore:
- '.github/**'

push:
branches:
- main
jobs:
prepare:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6cb1b93

Please sign in to comment.