This repository was archived by the owner on Nov 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515jobs :
1616 discord :
1717 if : >-
18- (github.repository, 'LizardByte/') and
18+ startsWith (github.repository, 'LizardByte/') and
1919 not(github.event.release.prerelease) and
2020 not(github.event.release.draft)
2121 runs-on : ubuntu-latest
3434
3535 facebook_group :
3636 if : >-
37- (github.repository, 'LizardByte/') and
37+ startsWith (github.repository, 'LizardByte/') and
3838 not(github.event.release.prerelease) and
3939 not(github.event.release.draft)
4040 runs-on : ubuntu-latest
5151
5252 facebook_page :
5353 if : >-
54- (github.repository, 'LizardByte/') and
54+ startsWith (github.repository, 'LizardByte/') and
5555 not(github.event.release.prerelease) and
5656 not(github.event.release.draft)
5757 runs-on : ubuntu-latest
6868
6969 reddit :
7070 if : >-
71- (github.repository, 'LizardByte/') and
71+ startsWith (github.repository, 'LizardByte/') and
7272 not(github.event.release.prerelease) and
7373 not(github.event.release.draft)
7474 runs-on : ubuntu-latest
8888
8989 twitter :
9090 if : >-
91- (github.repository, 'LizardByte/') and
91+ startsWith (github.repository, 'LizardByte/') and
9292 not(github.event.release.prerelease) and
9393 not(github.event.release.draft)
9494 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments