Skip to content

Commit

Permalink
change trigger condition gha
Browse files Browse the repository at this point in the history
  • Loading branch information
shriram192 committed Dec 6, 2023
1 parent c7803f4 commit 5726ede
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflow/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
on: [push]
on:
release:
types: [published]

jobs:
push_publish_job:
Expand Down

0 comments on commit 5726ede

Please sign in to comment.