Skip to content

Commit fa76a4e

Browse files
committed
Do not run Gradle workflow when pushing a tag
1 parent 5d65665 commit fa76a4e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
name: Build mod
55

6-
on: [push, pull_request]
6+
on:
7+
push:
8+
tags-ignore:
9+
- '**'
10+
pull_request:
711

812
jobs:
913
build:

0 commit comments

Comments
 (0)