Simplifying triggers in Actions workflow.
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m53s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m53s
This commit is contained in:
@@ -5,10 +5,10 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- "v*" # triggers when you push a tag like v1.0.0
|
||||
paths:
|
||||
- "**/Dockerfile"
|
||||
# tags:
|
||||
# - "v*" # triggers when you push a tag like v1.0.0
|
||||
# paths:
|
||||
# - "**/Dockerfile"
|
||||
|
||||
workflow_dispatch: # manual run button
|
||||
|
||||
|
||||
Reference in New Issue
Block a user