Skip to content

Commit b288416

Browse files
committed
ci: run README and PR description updates on all event types (fix cancelled push run)
1 parent c270879 commit b288416

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/nextjs-static-gh-pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ jobs:
211211
}
212212
213213
- name: 📝 Update README with deployment URL
214-
if: github.event_name == 'push'
215214
uses: actions/github-script@v7
216215
with:
217216
script: |
@@ -278,7 +277,6 @@ jobs:
278277
}
279278
280279
- name: 📌 Update PR description with preview URL
281-
if: github.event_name == 'push'
282280
uses: actions/github-script@v7
283281
with:
284282
script: |

0 commit comments

Comments
 (0)