Эх сурвалжийг харах

ci: disable automatic workflow triggers for push/pull_request

The workflow will now only run manually via workflow_dispatch to give more control over when CI runs occur
TheWildJames 11 сар өмнө
parent
commit
b3a6d74519
1 өөрчлөгдсөн 10 нэмэгдсэн , 10 устгасан
  1. 10 10
      .github/workflows/main.yml

+ 10 - 10
.github/workflows/main.yml

@@ -5,16 +5,16 @@ permissions:
   actions: write
 
 on:
-  push:
-    branches:
-      - main
-    paths:
-      - '.github/workflows/**'
-  pull_request:
-    branches:
-      - main
-    paths:
-      - '.github/workflows/**'
+  # push:
+  #   branches:
+  #     - main
+  #   paths:
+  #     - '.github/workflows/**'
+  # pull_request:
+  #   branches:
+  #     - main
+  #   paths:
+  #     - '.github/workflows/**'
   workflow_dispatch:
     inputs:
       release_type: