This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch branch-2.2.0
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/branch-2.2.0 by this push:
     new 9fffb05  [MINOR] run actions workflow with branch-2.2.0
9fffb05 is described below

commit 9fffb05f27ab5bebb942b876bffe37c150dc67de
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Wed Nov 10 09:58:32 2021 +0530

    [MINOR] run actions workflow with branch-2.2.0
---
 .github/workflows/applicationTests.yml | 4 ++--
 .github/workflows/build.yml            | 4 ++--
 .github/workflows/componentTests.yml   | 4 ++--
 .github/workflows/documentation.yml    | 4 ++--
 .github/workflows/functionsTests.yml   | 4 ++--
 .github/workflows/python.yml           | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/applicationTests.yml 
b/.github/workflows/applicationTests.yml
index f7c3ae2..b8a5654 100644
--- a/.github/workflows/applicationTests.yml
+++ b/.github/workflows/applicationTests.yml
@@ -24,13 +24,13 @@ name: Application Test
 on:
   push:
     branches:
-      - master
+      - branch-2.2.0
   pull_request:
     paths-ignore:
       - 'docs/**'
       - '*.md'
     branches:
-      - master
+      - branch-2.2.0
 
 jobs:
   applicationsTests:
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 85255cc..caa1954 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,13 +24,13 @@ name: Build
 on:
   push:
     branches:
-      - master
+      - branch-2.2.0
   pull_request:
     paths-ignore:
       - 'docs/**'
       - '*.md'
     branches:
-      - master
+      - branch-2.2.0
 jobs:
   build:
     runs-on: ${{ matrix.os }}
diff --git a/.github/workflows/componentTests.yml 
b/.github/workflows/componentTests.yml
index 25a49c0..5150ed0 100644
--- a/.github/workflows/componentTests.yml
+++ b/.github/workflows/componentTests.yml
@@ -24,13 +24,13 @@ name: Component Test
 on:
   push:
     branches:
-      - master
+      - branch-2.2.0
   pull_request:
     paths-ignore:
       - 'docs/**'
       - '*.md'
     branches:
-      - master
+      - branch-2.2.0
 
 jobs:
   componentTests:
diff --git a/.github/workflows/documentation.yml 
b/.github/workflows/documentation.yml
index e38c69e..7707b4a 100644
--- a/.github/workflows/documentation.yml
+++ b/.github/workflows/documentation.yml
@@ -24,13 +24,13 @@ name: Documentation
 on:
   push:
     branches:
-      - master
+      - branch-2.2.0
   pull_request:
     paths-ignore:
       - 'docs/**'
       - '*.md'
     branches:
-      - master
+      - branch-2.2.0
 
 jobs:
   documentation1:
diff --git a/.github/workflows/functionsTests.yml 
b/.github/workflows/functionsTests.yml
index 39d9182..82583e8 100644
--- a/.github/workflows/functionsTests.yml
+++ b/.github/workflows/functionsTests.yml
@@ -24,13 +24,13 @@ name: Function Test
 on:
   push:
     branches:
-      - master
+      - branch-2.2.0
   pull_request:
     paths-ignore:
       - 'docs/**'
       - '*.md'
     branches:
-      - master
+      - branch-2.2.0
 
 jobs:
   applicationsTests:
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 42e5651..b771162 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -24,13 +24,13 @@ name: Python Test
 on:
   push:
     branches:
-      - master
+      - branch-2.2.0
   pull_request:
     paths-ignore:
       - 'docs/**'
       - '*.md'
     branches:
-      - master
+      - branch-2.2.0
 
 jobs:
   applicationsTests:

Reply via email to