Update create-branch-images.yml

Don't create branch images when pushes to main
This commit is contained in:
Christopher (Cris) Fuhrman 2024-09-24 20:01:48 -04:00 committed by GitHub
parent 088fe2a3d1
commit ca80e991e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,6 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- 'main'
- 'dev' - 'dev'
tags: tags:
- '**' - '**'