Skip to content

Commit

Permalink
fix: deploy dev branch as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Nov 2, 2023
1 parent d6c1c58 commit a23ae56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ concurrency:
on:
pull_request:
branches:
- main, dev
- main
- dev
push:
branches:
- main, dev
- main
- dev

jobs:
validate:
Expand Down

0 comments on commit a23ae56

Please sign in to comment.