Skip to content

Commit

Permalink
Also trigger Github Actions on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 authored Jun 13, 2021
1 parent ea380fb commit fcc691f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ name: Java CI
on:
push:
branches: [ master ]
tags:
- "*"
pull_request:
branches: [ master ]


jobs:
build:
Expand All @@ -31,5 +34,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/lwjgl-2.9.4.zip
tag_name: ${{ github.ref }}
name: Release ${{ github.ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fcc691f

Please sign in to comment.