cleanup
All checks were successful
Build container images / build (push) Successful in 1m50s

This commit is contained in:
James Brumond 2023-08-18 18:24:50 -07:00
parent 494ac3e09a
commit 065c8f7dda
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
2 changed files with 8 additions and 8 deletions

View File

@ -2,10 +2,10 @@
name: Build and publish container images
on:
# - workflow_dispatch
push:
branches:
- master
- workflow_dispatch
# push:
# branches:
# - master
jobs:
build-and-publish:

View File

@ -2,10 +2,10 @@
name: Build container images
on:
- workflow_dispatch
# push:
# branches:
# - master
# - workflow_dispatch
push:
branches:
- master
jobs:
build: