Skip to content

Commit

Permalink
Update workflows for 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LLytho committed Oct 1, 2023
1 parent 3c77ae4 commit 1a64ef5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
workflow_dispatch:
push:
branches:
- '1.19-forge'
- '1.20.1-forge'
tags-ignore:
- '**'
pull_request:
branches:
- '1.19-forge'
- '1.20.1-forge'

env:
JAVA_DIST: 'zulu'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- 'v1.19-forge-*.*.*'
- '1.20.1-forge-*.*.*'

env:
JAVA_DIST: 'zulu'
Expand Down

0 comments on commit 1a64ef5

Please sign in to comment.