Skip to content

Commit

Permalink
ci: fix github actions run
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Nov 11, 2024
1 parent 4322ee3 commit b8b00c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Checks

on:
push:
branches: ["*"]
branches:
- '**'
pull_request:
branches: ["main"]
merge_group:
Expand Down

0 comments on commit b8b00c1

Please sign in to comment.