Skip to content

Commit

Permalink
Merge pull request #4 from 9Rune5/runem/published
Browse files Browse the repository at this point in the history
Limit release event to type 'published'
  • Loading branch information
9Rune5 authored Nov 10, 2023
2 parents 85eff98 + bf4c399 commit f2cd530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: ["main"]
pull_request:
release:
types: ["published"]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f2cd530

Please sign in to comment.