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:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
build: