Skip to content

Commit

Permalink
Check #10
Browse files Browse the repository at this point in the history
  • Loading branch information
CleverNucleus committed Mar 27, 2023
1 parent 73a7629 commit e71f6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
name: Artifacts
path: build/libs/
- name: deploy test
if: ${{ runner.os == 'Linux' && matrix.java == '17' && endsWith(github.ref, 'main') }}
if: ${{ runner.os == 'Linux' && matrix.java == '17' && github.ref == 'refs/heads/1.19.2/main' }}
run: echo THIS IS A TEST NOBODY PANIC

0 comments on commit e71f6d6

Please sign in to comment.