actions: Don't run dev action when tag is pushed
This commit is contained in:
parent
4841344d63
commit
ed94263050
@ -1,6 +1,11 @@
|
||||
name: Build Docker
|
||||
run-name: Build Docker Images
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
tags-ignore:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
Build Master:
|
||||
|
Loading…
Reference in New Issue
Block a user