mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
forgot to update branch name on action
This commit is contained in:
parent
deaaa9b513
commit
4d9f4ff1f2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
|
|
@ -9,9 +9,9 @@ name: Java CI with Gradle
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master", "v2.0.0" ]
|
||||
branches: [ "main", "v2.x.x" ]
|
||||
pull_request:
|
||||
branches: [ "master", "v2.0.0" ]
|
||||
branches: [ "main", "v2.x.x" ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue