File tree 2 files changed +0
-14
lines changed
2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 2
2
3
3
on :
4
4
push :
5
- branches :
6
- - " *"
7
- - " !pages" # https://github.community/t/github-actions-on-push-not-master/16026/2
8
5
pull_request :
9
6
10
7
env :
69
66
# working-directory: web/
70
67
# run: yarn test # no effective test so far
71
68
72
- create-release :
73
- runs-on : ubuntu-latest
74
- steps :
75
- - name : Checkout
76
- uses : actions/checkout@v2
77
- - name : Release
78
- uses : softprops/action-gh-release@v1
79
- if : startsWith(github.ref, 'refs/tags/')
80
-
81
69
# adapted from: https://github.com/Gowee/cidr-aggregator/blob/9c02241ab64e5cf62e33375e55e09502385bdc61/.github/workflows/main.yml#L1
82
70
# which is in turn adapted from:
83
71
# https://github.com/Gowee/json2pyi/blob/4e13b4767f97d79e90ecf19a0cb21b1e799d7d48/.github/workflows/main.yml
Original file line number Diff line number Diff line change 20
20
archive : zip
21
21
steps :
22
22
- uses : actions/checkout@master
23
- - name : Create release
24
- uses : softprops/action-gh-release@v1
25
23
- name : Compile and release
26
24
uses : rust-build/rust-build.action@latest
27
25
env :
You can’t perform that action at this time.
0 commit comments