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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
tags:
|
# tags:
|
||||||
- "v*" # triggers when you push a tag like v1.0.0
|
# - "v*" # triggers when you push a tag like v1.0.0
|
||||||
paths:
|
# paths:
|
||||||
- "**/Dockerfile"
|
# - "**/Dockerfile"
|
||||||
|
|
||||||
workflow_dispatch: # manual run button
|
workflow_dispatch: # manual run button
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user