Skip to content

Commit

Permalink
Regenerate ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Aug 23, 2023
1 parent 93f84c4 commit 9e38477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ jobs:
run: sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' doc

- name: Make target directories
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/series/2.x')
run: mkdir -p js/target jvm/target native/target project/target

- name: Compress target directories
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/series/2.x')
run: tar cf targets.tar js/target jvm/target native/target project/target

- name: Upload target directories
Expand Down

0 comments on commit 9e38477

Please sign in to comment.