change build trigger to correct branch - master

This commit is contained in:
Micheal colhoun 2021-09-05 10:31:18 +01:00
parent 85c8342499
commit 2989032710

View File

@ -3,10 +3,10 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- main - master
pull_request: pull_request:
branches: branches:
- main - master
jobs: jobs:
build: build: