Skip to content

Commit

Permalink
Allow running github action in artifacts branch
Browse files Browse the repository at this point in the history
Using this for testing
  • Loading branch information
VolkerSchlegel authored Jul 15, 2024
1 parent 7e85be5 commit a8ffc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [ main ]
branches: [ main, artifacts ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down

0 comments on commit a8ffc6a

Please sign in to comment.