Skip to content

Commit fcc691f

Browse files
authored
Also trigger Github Actions on tags
1 parent ea380fb commit fcc691f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ant.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ name: Java CI
66
on:
77
push:
88
branches: [ master ]
9+
tags:
10+
- "*"
911
pull_request:
1012
branches: [ master ]
13+
1114

1215
jobs:
1316
build:
@@ -31,5 +34,7 @@ jobs:
3134
if: startsWith(github.ref, 'refs/tags/')
3235
with:
3336
files: dist/lwjgl-2.9.4.zip
37+
tag_name: ${{ github.ref }}
38+
name: Release ${{ github.ref }}
3439
env:
3540
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)