File tree 2 files changed +14
-5
lines changed
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change
1
+ # https://help.github.com/en/articles/about-code-owners#codeowners-syntax
2
+ # Add your name to this file if you want to be automatically assign to pull requests
3
+ # See OWNERS.md for a list of all maintainers
4
+
5
+ * @ getporter/maintainers
Original file line number Diff line number Diff line change 4
4
branches :
5
5
- main
6
6
- v*
7
+ tags :
8
+ - v*
9
+ - " !canary*"
10
+ - " !latest*"
7
11
pull_request :
8
12
branches :
9
13
- main
25
29
run : mage Test
26
30
- name : Cross Compile
27
31
run : mage XBuildAll
28
- # - name: Publish
29
- # if: success() && github.event_name != 'PullRequest'
30
- # env:
31
- # GITHUB_TOKEN: "${{ secrets.PUBLISH_TOKEN }}"
32
- # run: mage Publish
32
+ - name : Publish
33
+ if : success() && github.event_name != 'PullRequest'
34
+ env :
35
+ GITHUB_TOKEN : " ${{ secrets.PUBLISH_TOKEN }}"
36
+ run : mage Publish
You can’t perform that action at this time.
0 commit comments