Ignore tags on dev builds

ci/github-actions
German Lashevich 5 years ago
parent a8bd624839
commit a1549e8468
No known key found for this signature in database
GPG Key ID: 3446FAE369C9A8B4

@ -1,6 +1,9 @@
name: build
on: [push]
on:
push:
tags-ignore:
- '*'
jobs:
build:

Loading…
Cancel
Save