use main branch for actions
This commit is contained in:
parent
4d0434cee1
commit
57ec9f046c
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue