We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d153c commit 3a2d74aCopy full SHA for 3a2d74a
.github/workflows/monorepo.yml
@@ -1,13 +1,13 @@
1
name: Monorepo CI
2
3
on:
4
- # Trigger on PRs to master
5
- pull_request:
6
- branches: [master, main]
7
-
8
- # Trigger on pushes to master
9
- push:
10
+ workflow_dispatch: # Manual trigger only - auto triggers disabled
+ # # Trigger on PRs to master
+ # pull_request:
+ # branches: [master, main]
+ # # Trigger on pushes to master
+ # push:
11
12
jobs:
13
detect-changes:
0 commit comments