Changed all workflows to manual

This commit is contained in:
Matt York 2024-02-05 10:24:32 +00:00
parent 1b9007f431
commit 44756d2a3d

View file

@ -3,15 +3,18 @@
name: Java CI with Maven (minimal) name: Java CI with Maven (minimal)
# The workflow will execute on Push / PR as well as manually running.
on: on:
push: workflow_dispatch:
branches:
- 'main'
pull_request: # # The workflow will execute on Push / PR as well as manually running.
branches: # on:
- 'main' # push:
# branches:
# - 'main'
# pull_request:
# branches:
# - 'main'
# The actual workflow jobs. I've split some of these up to # The actual workflow jobs. I've split some of these up to