Skip to content

Commit

Permalink
run ci workflow on all branches for push
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Apr 24, 2024
1 parent 57ec9d3 commit 0220105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: CI

on:
push:
branches: [ "main", "dev"]
branches: [ "*" ]
pull_request:
branches: [ "main", "dev" ]

Expand Down

0 comments on commit 0220105

Please sign in to comment.