Skip to content

Commit 320e5af

Browse files
committed
test nightly
(cherry picked from commit d53b3fd)
1 parent 101e250 commit 320e5af

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.github/workflows/manual-nightly.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: manual-nightly
22

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'
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.ref }}
@@ -67,6 +67,7 @@ jobs:
6767
# retention-days: 1
6868
- name: Update Release
6969
uses: IsaacShelton/update-existing-release@v1.3.4
70+
if: github.repository == 'openframeworks/openFrameworks' && github.ref == 'refs/heads/master'
7071
with:
7172
token: ${{ secrets.GITHUB_TOKEN }}
7273
tag: ${{ github.event.inputs.release }}

0 commit comments

Comments
 (0)