Explorar o código

Build only on push or pull to master

Nuwan Goonasekera %!s(int64=5) %!d(string=hai) anos
pai
achega
3ad88f8c90
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      .github/workflows/integration.yaml

+ 7 - 1
.github/workflows/integration.yaml

@@ -1,7 +1,13 @@
 name: Integration
 
 # Run this workflow every time a new commit pushed to your repository
-on: [push, pull_request]
+on:
+  push:
+    branches:
+    - master
+  pull_request:
+    branches:
+      - master
 
 jobs:
   # Set the job key. The key is displayed as the job name