Skip to content

Commit

Permalink
Merge pull request #3 from openscad/enable-action-on-push
Browse files Browse the repository at this point in the history
Enable release action on push to main branch.
  • Loading branch information
t-paul committed Jun 26, 2021
2 parents fd59b11 + 9b683ab commit 3f6d1f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: release

on:
push:
branches: [ main ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 3f6d1f6

Please sign in to comment.