Skip to content

Commit 6316342

Browse files
authored
Merge pull request #699 from CommunityToolkit/ci/releases/scheduled/weekly
Fix build.yml workflow triggers for pull requests to include 'rel/weekly' branch
2 parents 79476d0 + 549f8da commit 6316342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ name: CI
88
on:
99
# Triggers the workflow on push or pull request events but only for the main branch
1010
push:
11-
branches: [ main, 'rel/weekly' ]
12-
pull_request:
1311
branches: [ main ]
12+
pull_request:
13+
branches: [ main, 'rel/weekly' ]
1414

1515
# Allows you to run this workflow manually from the Actions tab
1616
workflow_dispatch:

0 commit comments

Comments
 (0)