فهرست منبع

Build only on push or pull to master

Nuwan Goonasekera 5 سال پیش
والد
کامیت
3ad88f8c90
1فایلهای تغییر یافته به همراه7 افزوده شده و 1 حذف شده
  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