Skip to content

Commit 376d09d

Browse files
committed
Compile/cache only on main branch
1 parent 57623dd commit 376d09d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ concurrency:
1212
jobs:
1313
compile:
1414
name: Compile and cache
15+
if: ${{ github.ref == 'refs/heads/main' }}
1516
runs-on: ubuntu-latest
1617
steps:
1718
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)