Adjust branch, assumed the branch - use master

I didn't realise you were using `master` as the branch name, so this
wouldn't run if the PR was accepted.

Now fixed.

Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
Dom Rodriguez 2022-09-12 23:45:26 +01:00
parent daf79338b5
commit 1f36dea889
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43

View File

@ -4,7 +4,7 @@ on:
workflow_run:
workflows: ["CI workflow for RSSingle"]
types: [completed]
branches: [main]
branches: [master]
jobs:
build-and-push-container-image: