Skip to content

Commit

Permalink
Build/main (#1355)
Browse files Browse the repository at this point in the history
* build: branches in quotes

* build: branch as array

* build: branch event
  • Loading branch information
jpbnetley authored Jan 13, 2025
1 parent bc0613d commit 5b88cbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
workflow_dispatch:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: ['main', 'dev']
branches:
- main
- dev

env:
node_version: 20
Expand Down

0 comments on commit 5b88cbd

Please sign in to comment.