Fix: main is used instead of master, only builds for feature/action
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:
parent
39f9b997ed
commit
234e891418
|
@ -3,8 +3,8 @@ name: Build and deploy automation_rs
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
- feature/actions
|
- feature/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user