Do not run Gradle workflow when pushing a tag
This commit is contained in:
parent
5d6566512c
commit
fa76a4e2be
6
.github/workflows/gradle.yml
vendored
6
.github/workflows/gradle.yml
vendored
|
|
@ -3,7 +3,11 @@
|
||||||
|
|
||||||
name: Build mod
|
name: Build mod
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
tags-ignore:
|
||||||
|
- '**'
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user