Skip to content

Commit

Permalink
invoke github action when push commit
Browse files Browse the repository at this point in the history
  • Loading branch information
windysha committed Jan 20, 2024
1 parent 42d7dc5 commit 648409c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
tags:
- '*'
branches: [main]
pull_request:
branches: [main]
types: [opened, reopened]

env:
# update with the name of the main binary
Expand Down

0 comments on commit 648409c

Please sign in to comment.