The workflow will now only run manually via workflow_dispatch to give more control over when CI runs occur
@@ -5,16 +5,16 @@ permissions:
actions: write
on:
- push:
- branches:
- - main
- paths:
- - '.github/workflows/**'
- pull_request:
+ # push:
+ # branches:
+ # - main
+ # paths:
+ # - '.github/workflows/**'
+ # pull_request:
workflow_dispatch:
inputs:
release_type: