Skip to content

Commit eced33b

Browse files
committed
CI: run workflow on all branches, not just main
Allow contributors working on forks to get CI feedback on feature branches.
1 parent b6f27f4 commit eced33b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI and Deploy Docs
22

33
on:
44
push:
5-
branches:
6-
- main
75
workflow_dispatch:
86

97
permissions:
@@ -13,7 +11,7 @@ permissions:
1311
packages: write
1412

1513
concurrency:
16-
group: main
14+
group: ${{ github.ref }}
1715

1816
jobs:
1917
clang-format-check:

0 commit comments

Comments
 (0)