Skip to content

Commit 236b6f9

Browse files
authored
Merge pull request #2207 from oasisprotocol/mz/stable
Trigger workflows for stable/* branches
2 parents c1d5885 + 31264fa commit 236b6f9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changelog/2207.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Trigger workflows for stable/* branches

.github/workflows/cloudflare-pages.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ name: cloudflare-pages
55
on:
66
# A push occurs to one of the matched branches.
77
push:
8-
branches: [master]
8+
branches:
9+
- master
910
# Or when a pull request event occurs for a pull request against one of the
1011
# matched branches.
1112
pull_request:
12-
branches: [master]
13+
branches:
14+
- master
15+
- stable/*
1316

1417
permissions: # Limit secrets.GITHUB_TOKEN permissions
1518
contents: read

0 commit comments

Comments
 (0)