Skip to content

Commit

Permalink
push on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
firm1 committed Mar 29, 2023
1 parent 521acf4 commit 6da28e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- *
pull_request:

env:
Expand Down Expand Up @@ -64,10 +66,6 @@ jobs:
run: 7z x openjdk-14.0.2_windows-x64_bin.zip
if: runner.os == 'Windows'

- name: List files
run: dir .
if: runner.os == 'Windows'

- name: Export BADASS_JLINK_JPACKAGE_HOME
run: export BADASS_JLINK_JPACKAGE_HOME="$GITHUB_WORKSPACE/jdk-14.0.2"
if: runner.os == 'Linux'
Expand Down

0 comments on commit 6da28e6

Please sign in to comment.