Skip to content

Commit 14f5e99

Browse files
committed
Allow PRs from staging/staging-new
Signed-off-by: Andrey Sobolev <[email protected]>
1 parent c46f882 commit 14f5e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- v*
1616
- s*
1717
pull_request:
18-
branches: [develop, main]
18+
branches: [develop, staging, staging-new, main]
1919

2020
# Allows you to run this workflow manually from the Actions tab
2121
workflow_dispatch:

0 commit comments

Comments
 (0)