Skip to content

Commit

Permalink
feat: added dev build action
Browse files Browse the repository at this point in the history
  • Loading branch information
guglielmo-boi committed Mar 20, 2024
1 parent 5cec9c8 commit c68907e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- dev

jobs:
library:
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: build
ref: dev-build

- name: Push generated files
id: commit
Expand Down

0 comments on commit c68907e

Please sign in to comment.