Fix: main is used instead of master, only builds for feature/action
All checks were successful
Build and deploy automation_rs / Build (push) Successful in 4m38s
Build and deploy automation_rs / Create container (push) Successful in 43s
Build and deploy automation_rs / Deploy Docker container (push) Successful in 36s

Accidentally used main instead of master in the workflow.
Also hardcoded feature/action as the only feature branch that triggers a
build, instead any feature branch will now trigger a build.
This commit is contained in:
Dreaded_X 2023-11-23 00:47:19 +01:00
parent 39f9b997ed
commit 234e891418
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -3,8 +3,8 @@ name: Build and deploy automation_rs
on:
push:
branches:
- main
- feature/actions
- master
- feature/**
jobs:
build: