Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gstory0404 authored Feb 11, 2022
1 parent f312fbb commit ca18fec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Publish to Pub.dev

# 流程触发时机,当有标签创建时触发,如 v1.0.0。当然也可以选择别的触发时机,如 push,release 等
on:
create
branches:
- master # 在 master 分支发生更新时执行此 action
on: create

jobs:
publishing:
Expand Down

0 comments on commit ca18fec

Please sign in to comment.