Update CI/CD workflows to trigger on master branch instead of dev
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 15s
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 15s
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -1,14 +1,14 @@
|
||||
# Continuous Integration Workflow
|
||||
# This workflow builds and pushes Docker images to your private registry
|
||||
# Trigger: Push to dev branch or manual dispatch
|
||||
# Trigger: Push to master branch or manual dispatch
|
||||
|
||||
name: CI - Build and Push
|
||||
|
||||
# Trigger configuration - automatic on dev push, manual dispatch available
|
||||
# Trigger configuration - automatic on master push, manual dispatch available
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
# Environment variables available to all jobs
|
||||
|
||||
Reference in New Issue
Block a user