We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2f73d commit 643ddcdCopy full SHA for 643ddcd
.github/workflows/rostemplate-gh-pages.yml
@@ -2,15 +2,15 @@
2
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3
on:
4
push:
5
- branches: [main, master]
+ branches: [main, master, release]
6
tags: ["*"]
7
schedule:
8
- cron: "28 16 19 * *"
9
workflow_dispatch:
10
workflow_run:
11
workflows: [update-docs]
12
types: completed
13
- branches: [main, master, release]
+ branches: [main, master]
14
15
name: rostemplate-gh-pages
16
permissions: write-all
0 commit comments