Skip to content

Commit

Permalink
ci(push): always build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 17, 2024
1 parent 17a5905 commit c2885e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
uses: ./.github/workflows/lint.yml

build:
# Skip build on `main` and `next` branches because it's already done in `publish`.
if: github.ref != 'refs/heads/main' && github.ref != 'refs/heads/next'

uses: ./.github/workflows/build.yml

test:
Expand All @@ -26,6 +23,7 @@ jobs:

needs:
- lint
- build
- test

uses: ./.github/workflows/publish.yml
Expand Down

0 comments on commit c2885e9

Please sign in to comment.