Skip to content

Commit 8503658

Browse files
committed
Update workflows
1 parent e9cd7e5 commit 8503658

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/thunderstore-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
permissions:
1616
contents: read
1717
packages: read
18-
if: ${{ github.event_name == 'push' }}
1918
steps:
2019
- name: Checkout
2120
uses: actions/checkout@v5

.github/workflows/thunderstore-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
permissions:
1616
contents: read
1717
packages: read
18-
if: ${{ github.event_name == 'release' && github.action == 'released' }}
1918
steps:
2019
- name: Checkout
2120
uses: actions/checkout@v5

0 commit comments

Comments
 (0)