fixed workflow runner event

This commit is contained in:
Matt York 2023-10-15 14:39:35 +01:00
parent 1dd3d05391
commit cff61ad775

View file

@ -6,16 +6,12 @@ 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:
- test
pull_request: pull_request:
# branches: branches:
# - main - 'main'
branches-ignore:
- test
# The actual workflow jobs. I've split some of these up to # The actual workflow jobs. I've split some of these up to