Skip to content

Commit

Permalink
Update publish.yml support tag trriger action
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed May 30, 2024
1 parent 37c84a3 commit a95e2ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ name: compile test and publish
on:
push:
branches: [ master ]
tags:
- v*
# on: [push, pull_request]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit a95e2ee

Please sign in to comment.