Skip to content

Commit 3f6d1f6

Browse files
authored
Merge pull request #3 from openscad/enable-action-on-push
Enable release action on push to main branch.
2 parents fd59b11 + 9b683ab commit 3f6d1f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: release
22

33
on:
4+
push:
5+
branches: [ main ]
46
workflow_dispatch:
57

68
jobs:

0 commit comments

Comments
 (0)