Skip to content

Commit 2b87f11

Browse files
committed
Switch to master only for CI runs
1 parent 107c5f5 commit 2b87f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prs_and_commits.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
name: Pull request checks
2727
on:
2828
pull_request:
29-
branches: [ master, storage-write-api, storage-write-api-cleanup ]
29+
branches: [ master ]
3030
push:
31-
branches: [ master, storage-write-api, storage-write-api-cleanup ]
31+
branches: [ master ]
3232

3333
# Disallow concurrent runs for the same PR by cancelling in-progress runs
3434
# when new commits are pushed

0 commit comments

Comments
 (0)