We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1d5885 + 31264fa commit 236b6f9Copy full SHA for 236b6f9
.changelog/2207.internal.md
@@ -0,0 +1 @@
1
+Trigger workflows for stable/* branches
.github/workflows/cloudflare-pages.yml
@@ -5,11 +5,14 @@ name: cloudflare-pages
5
on:
6
# A push occurs to one of the matched branches.
7
push:
8
- branches: [master]
+ branches:
9
+ - master
10
# Or when a pull request event occurs for a pull request against one of the
11
# matched branches.
12
pull_request:
13
14
15
+ - stable/*
16
17
permissions: # Limit secrets.GITHUB_TOKEN permissions
18
contents: read
0 commit comments