Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
LLytho committed Oct 14, 2024
1 parent c0ff9f2 commit bbb3e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- "1.21"
- "1.21.1"
tags-ignore:
- "**"
paths:
Expand All @@ -15,7 +15,7 @@ on:
- "**/build.yml"
pull_request:
branches:
- "1.21"
- "1.21.1"
paths:
- "gradle/**"
- "**.java"
Expand Down

0 comments on commit bbb3e0c

Please sign in to comment.