trigger on branch main only
This commit is contained in:
parent
d99a625c6a
commit
03a6d0af3a
@ -3,7 +3,10 @@
|
|||||||
name: Build and push image to DockerHub
|
name: Build and push image to DockerHub
|
||||||
|
|
||||||
# Controls when the workflow will run
|
# Controls when the workflow will run
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
# Leaving in example for releases. Initially we simply push to 'latest'
|
# Leaving in example for releases. Initially we simply push to 'latest'
|
||||||
# on:
|
# on:
|
||||||
|
Loading…
Reference in New Issue
Block a user