Skip to content

Commit

Permalink
run CI for each branch
Browse files Browse the repository at this point in the history
  • Loading branch information
l-you committed Dec 12, 2023
1 parent 663a3a8 commit 104951d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: PHP Composer
on:
push:
branches: [ "main" ]
branches:
- '*'
pull_request:
branches: [ "main" ]
permissions:
Expand Down

0 comments on commit 104951d

Please sign in to comment.