Merge pull request #61 from MultiBuds/limit-container-workflow-to-main

Limit container workflow runs to `main` branch *only*
This commit is contained in:
Ben V. Brown 2023-07-05 12:41:34 +10:00 committed by GitHub
commit 936fc4c98f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: Container image builder workflow
on:
push:
branches: [main]
workflow_dispatch:
concurrency: