Skip to content

Commit

Permalink
run CI on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
purarue committed Sep 29, 2023
1 parent 95b10c9 commit b4f6558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on:
push:
branches: ["master", "main"]
branches: ['*']
pull_request: # needed to trigger on others' PRs
workflow_dispatch: # needed to trigger workflows manually

Expand Down

0 comments on commit b4f6558

Please sign in to comment.