Skip to content

Commit

Permalink
Run release workflow only on published events
Browse files Browse the repository at this point in the history
  • Loading branch information
jvia committed Jan 11, 2024
1 parent e2dc71b commit 36e85c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: release

on:
push:
branches:
- main
release:
types:
- published

jobs:
build:
Expand Down

0 comments on commit 36e85c0

Please sign in to comment.