use main branch for actions

This commit is contained in:
hazycora 2024-05-22 22:49:46 -05:00
parent 4d0434cee1
commit 57ec9f046c
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E

View file

@ -1,9 +1,9 @@
name: Create and publish a Docker image
# Configures this workflow to run every time a change is pushed to the branch called `release`.
# Configures this workflow to run every time a change is pushed to the branch called `main`.
on:
push:
branches: ['release']
branches: ['main']
# Defines custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env: