Skip to content

Commit c805994

Browse files
committed
feat: reusable github action workflows
Signed-off-by: Adam Setch <[email protected]>
1 parent 44ed91d commit c805994

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ jobs:
1212
lint:
1313
name: Lint App
1414
uses: ./.github/workflows/lint.yml
15+
if: ${{ !startsWith(github.head_ref, 'release/v') }}
1516

1617
tests:
1718
name: Tests
1819
uses: ./.github/workflows/test.yml
1920
needs: lint
21+
if: ${{ !startsWith(github.head_ref, 'release/v') }}
2022

2123
build-macos:
2224
name: Build macOS (electron-builder)

0 commit comments

Comments
 (0)