Skip to content

Commit

Permalink
Update GitHub Actions workflow to trigger on push to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed Apr 28, 2024
1 parent 17b78fa commit 2a4d908
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Publish package to GitHub Packages
on:
release:
types: [published]
push:
branches: ["main"]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2a4d908

Please sign in to comment.