Skip to content

Commit 097ad28

Browse files
committed
refactor: action trigger logic
Signed-off-by: Adam Setch <[email protected]>
1 parent 384e0dc commit 097ad28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

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

1716
tests:
1817
name: Tests
1918
uses: ./.github/workflows/test.yml
2019
needs: lint
21-
if: ${{ !startsWith(github.head_ref, 'release/v') }}
2220

2321
build:
2422
name: Build

0 commit comments

Comments
 (0)