Skip to content

Commit 643ddcd

Browse files
committed
Update action
1 parent 6f2f73d commit 643ddcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rostemplate-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main, master, release]
66
tags: ["*"]
77
schedule:
88
- cron: "28 16 19 * *"
99
workflow_dispatch:
1010
workflow_run:
1111
workflows: [update-docs]
1212
types: completed
13-
branches: [main, master, release]
13+
branches: [main, master]
1414

1515
name: rostemplate-gh-pages
1616
permissions: write-all

0 commit comments

Comments
 (0)