Run actions on correct branch
This commit is contained in:
2
.github/workflows/pipeline.yaml
vendored
2
.github/workflows/pipeline.yaml
vendored
@@ -2,7 +2,7 @@ name: Pipeline
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['release']
|
||||
branches: ['main']
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
||||
Reference in New Issue
Block a user