chore: update workflow to eliminate dev branch

pull/98/head
Gabe Farrell 3 weeks ago
parent 36f984a1a2
commit 6a53fca8f3

@ -12,9 +12,9 @@ name: Publish Docker image
on:
push:
tags:
- 'v*'
- "v*"
branches:
- dev
- main
workflow_dispatch:
@ -80,7 +80,7 @@ jobs:
push_dev:
name: Push Docker image (dev branch)
if: github.ref == 'refs/heads/dev'
if: github.ref == 'refs/heads/main'
needs: test
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save