We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70c4a3 commit e583d8eCopy full SHA for e583d8e
.github/workflows/publish.yml
@@ -8,9 +8,7 @@ on:
8
9
jobs:
10
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'
+ if: github.event.repository.owner.login == 'react18-tools'
14
runs-on: ubuntu-latest
15
permissions:
16
packages: write
0 commit comments