Limit container workflow runs to `main` branch *only*

This commit is contained in:
Dom Rodriguez 2023-07-02 20:03:19 +01:00
parent 1aba951de6
commit f7087764d0
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43
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: