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. # The workflow will execute on Push / PR as well as manually running.
on: on:
push: push:
branches: # branches:
- main # - main
branches-ignore: branches-ignore:
- test - test
pull_request: pull_request:
branches: # branches:
- main # - main
branches-ignore: branches-ignore:
- test - test