Skip to content

Commit e583d8e

Browse files
committed
update publish workflow
1 parent a70c4a3 commit e583d8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ on:
88

99
jobs:
1010
publish:
11-
# Don't run just after creating repo from template
12-
# Also avoid running after merging set-up PR
13-
if: github.run_number > 2 && github.event.repository.owner.login == 'react18-tools'
11+
if: github.event.repository.owner.login == 'react18-tools'
1412
runs-on: ubuntu-latest
1513
permissions:
1614
packages: write

0 commit comments

Comments
 (0)