added ignore branches

This commit is contained in:
Matt York 2023-10-15 14:37:34 +01:00
parent 7a30650cdb
commit 1dd3d05391

View file

@ -6,14 +6,14 @@ name: Minimal build requirements for the petclinic application.
# The workflow will execute on Push / PR as well as manually running.
on:
push:
branches:
- main
# branches:
# - main
branches-ignore:
- test
pull_request:
branches:
- main
# branches:
# - main
branches-ignore:
- test