Compare commits

..

1 Commits

Author SHA1 Message Date
ce7a609243 cleanup
Some checks reported warnings
Build container images / build (push) Has been cancelled
2023-11-03 19:08:50 -07:00
2 changed files with 6 additions and 6 deletions

View File

@@ -3,9 +3,9 @@ name: Build and publish container images
on:
workflow_dispatch: { }
push:
branches:
- master
# push:
# branches:
# - master
jobs:
build-and-publish:

View File

@@ -3,9 +3,9 @@ name: Build container images
on:
workflow_dispatch: { }
# push:
# branches:
# - master
push:
branches:
- master
jobs:
build: