Skip to content

Commit

Permalink
add dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Nov 25, 2021
1 parent e97ddc3 commit 8232c43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
push:
branches:
- main
- dev

pull_request:
types: [ ready_for_review, synchronize, opened ]
branches: [ main ]
branches: [ main, dev ]

jobs:
build:
Expand Down

0 comments on commit 8232c43

Please sign in to comment.