File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 1
1
name : manual-nightly
2
2
3
- on :
4
- workflow_dispatch :
5
- inputs :
6
- release :
7
- description : ' release'
8
- required : true
9
- default : ' nightly'
10
- # on:
11
- # push:
12
- # paths-ignore:
13
- # - '**/README.md'
14
- # pull_request:
15
- # paths-ignore:
16
- # - '**/README.md'
3
+ # on:
4
+ # workflow_dispatch:
5
+ # inputs:
6
+ # release:
7
+ # description: 'release'
8
+ # required: true
9
+ # default: 'nightly'
10
+ on :
11
+ push :
12
+ paths-ignore :
13
+ - ' **/README.md'
14
+ pull_request :
15
+ paths-ignore :
16
+ - ' **/README.md'
17
17
18
18
concurrency :
19
19
group : ${{ github.workflow }}-${{ github.ref }}
67
67
# retention-days: 1
68
68
- name : Update Release
69
69
uses : IsaacShelton/update-existing-release@v1.3.4
70
+ if : github.repository == 'openframeworks/openFrameworks' && github.ref == 'refs/heads/master'
70
71
with :
71
72
token : ${{ secrets.GITHUB_TOKEN }}
72
73
tag : ${{ github.event.inputs.release }}
You can’t perform that action at this time.
0 commit comments