Skip to content

Commit

Permalink
Update package_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DJSchaffner authored Feb 14, 2024
1 parent d8ec5b0 commit 7ad5ae6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/package_release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Package Release

# Controls when the workflow will run
on:
release:
types: [created]
types: [created, published]

jobs:
release:
# The type of runner that the job will run on
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 7ad5ae6

Please sign in to comment.