File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1717 publish :
1818 if : >
1919 github.event.workflow_run.conclusion == 'success' &&
20- github.event.workflow_run.event == 'push' &&
2120 github.event.workflow_run.head_branch == 'main' &&
2221 github.event.workflow_run.head_repository.full_name == github.repository
2322
Original file line number Diff line number Diff line change 1616 - ' postcss.config.js'
1717 - ' .changeset/**'
1818 - ' .github/workflows/**'
19+ push :
20+ branches : [ main ]
21+ paths :
22+ - ' src/**'
23+ - ' styles/**'
24+ - ' package.json'
25+ - ' package-lock.json'
26+ - ' scripts/**'
27+ - ' rollup.config.cjs'
28+ - ' rollup-css.config.cjs'
29+ - ' rollup-tokens.config.cjs'
30+ - ' tsconfig.json'
31+ - ' postcss.config.js'
32+ - ' .changeset/**'
33+ - ' .github/workflows/**'
1934
2035permissions :
2136 contents : read
You can’t perform that action at this time.
0 commit comments