Skip to content

Commit e7ca5f1

Browse files
authored
Merge pull request #10 from thc202/update-github-workflow
Update GitHub Action workflow
2 parents 69feea7 + a1e568a commit e7ca5f1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release-add-on.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@ on:
88
jobs:
99
release:
1010
name: Build and Release Add-On
11+
if: github.actor == 'kingthorin' || github.actor == 'psiinon' || github.actor == 'thc202'
1112
runs-on: ubuntu-latest
1213
steps:
13-
- name: Actor Filter
14-
uses: actions/bin/filter@3c0b4f0e63ea54ea5df2914b4fabf383368cd0da
15-
with:
16-
args: actor kingthorin psiinon thc202
1714
- uses: actions/checkout@v1
1815
- name: Build and Release Add-On
1916
uses: docker://openjdk:8

0 commit comments

Comments
 (0)