We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7300e74 commit 7183457Copy full SHA for 7183457
1 file changed
.github/workflows/check-standard.yaml
@@ -2,7 +2,8 @@
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]
+ branches:
6
+ - "*"
7
pull_request:
8
branches: [main]
9
0 commit comments