Skip to content

Commit

Permalink
Merge pull request #11 from eric9n/main
Browse files Browse the repository at this point in the history
变更 action 触发策略
  • Loading branch information
eric9n authored Jan 11, 2024
2 parents 549a7e1 + 9b392b5 commit f26f03e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "publish"

on:
push:
branches:
- release
create:
tags:
- '*'

# This is the example from the readme.
# On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.
Expand Down

0 comments on commit f26f03e

Please sign in to comment.