Update CI workflow to use manual trigger only
Removed automatic triggers for pull requests and pushes to main branch.
This commit is contained in:
committed by
GitHub
parent
62db90ab13
commit
9170087739
@@ -1,12 +1,7 @@
|
||||
name: Continuous Integration
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user