Do not run Gradle workflow when pushing a tag

This commit is contained in:
embeddedt 2023-06-20 14:52:54 -04:00
parent 5d6566512c
commit fa76a4e2be
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -3,7 +3,11 @@
name: Build mod
on: [push, pull_request]
on:
push:
tags-ignore:
- '**'
pull_request:
jobs:
build: