[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] [pecl-database-pdo_ibm] ci: Only run CI on our main branch and PRs targeting it
From:       Calvin Buckley <noreply () php ! net>
Date:       2022-02-10 19:54:56
Message-ID: kzSYgViwArxEVPCiIfOoTXYOlQ2iXcfv0SO8GLkZrH8 () main ! php ! net
[Download RAW message or body]

Author: Calvin Buckley (NattyNarwhal)
Date: 2022-02-10T15:53:47-04:00

Commit: https://github.com/php/pecl-database-pdo_ibm/commit/d671c47e713d8c5195431391897ec9dd1f9f59dd
 Raw diff: https://github.com/php/pecl-database-pdo_ibm/commit/d671c47e713d8c5195431391897ec9dd1f9f59dd.diff


Only run CI on our main branch and PRs targeting it

Changed paths:
  M  .github/workflows/ci.yml


Diff:

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b0b553d..41a7509 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,5 +1,11 @@
 name: Build and Test
-on: [push, pull_request]
+on:
+  push:
+    branches:
+      - master
+  pull_request:
+    branches:
+      - master
 jobs:
   # XXX: macOS
   ubuntu:

-- 
PECL CVS Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic