Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Remove push trigger for build actions. Upgrade pull_request trigger #597

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .github/workflows/bank-api-library.check.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
name: Check Bank API Library

on:
push:
paths:
- 'bank-api-library/**'
- 'core-api-library/**'
- 'gradle/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
types: [opened, edited, reopened]
types: [opened, edited, reopened, synchronize]
paths:
- 'bank-api-library/**'
- 'core-api-library/**'
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/bank-api-library.docs.build.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
name: Build docs for Bank API Library

on:
push:
paths:
- 'bank-api-library/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
types: [opened, edited, reopened]
types: [opened, edited, reopened, synchronize]
paths:
- 'bank-api-library/**'

Expand Down
13 changes: 1 addition & 12 deletions .github/workflows/bank-sdk.check.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
name: Check Bank SDK

on:
push:
paths:
- 'bank-sdk/**'
- 'capture-sdk/**'
- 'bank-api-library/**'
- 'core-api-library/**'
- 'gradle/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
types: [opened, edited, reopened]
types: [opened, edited, reopened, synchronize]
paths:
- 'bank-sdk/**'
- 'capture-sdk/**'
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/bank-sdk.docs.build.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
name: Build docs for Bank SDK

on:
push:
paths:
- 'bank-sdk/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
types: [opened, edited, reopened]
types: [opened, edited, reopened, synchronize]
paths:
- 'bank-sdk/**'

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/bank-sdk.publish.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Publish Bank SDK Example App QA Build to App Center

on:
workflow_dispatch:
push:
pull_request:
types: [opened, edited, reopened, synchronize]
paths:
- 'bank-sdk/**'
- 'capture-sdk/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/bank-sdk.publish.firebase.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Publish Bank SDK Example App QA Build to Firebase distribution

on:
workflow_dispatch:
push:
pull_request:
types: [opened, edited, reopened, synchronize]
paths:
- 'bank-sdk/**'
- 'capture-sdk/**'
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/capture-sdk.check.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
name: Check Capture SDK

on:
push:
paths:
- 'capture-sdk/**'
- 'bank-api-library/**'
- 'core-api-library/**'
- 'gradle/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
types: [opened, edited, reopened]
types: [opened, edited, reopened, synchronize]
paths:
- 'capture-sdk/**'
- 'bank-api-library/**'
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/capture-sdk.docs.build.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
name: Build docs for Capture SDK

on:
push:
paths:
- 'capture-sdk/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
types: [opened, edited, reopened]
types: [opened, edited, reopened, synchronize]
paths:
- 'capture-sdk/**'

Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/core-api-library.check.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
name: Check Core API Library

on:
push:
paths:
- 'core-api-library/**'
- 'gradle/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
types: [opened, edited, reopened]
types: [opened, edited, reopened, synchronize]
paths:
- 'core-api-library/**'
- 'gradle/**'
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/health-api-library.check.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
name: Check Health API Library

on:
push:
paths:
- 'health-api-library/**'
- 'core-api-library/**'
- 'gradle/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
types: [opened, edited, reopened]
types: [opened, edited, reopened, synchronize]
paths:
- 'health-api-library/**'
- 'core-api-library/**'
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/health-api-library.docs.build.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
name: Build docs for Health API Library

on:
push:
paths:
- 'health-api-library/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
types: [opened, edited, reopened]
types: [opened, edited, reopened, synchronize]
paths:
- 'health-api-library/**'

Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/health-sdk.check.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
name: Check Health SDK

on:
push:
paths:
- 'health-sdk/**'
- 'health-api-library/**'
- 'core-api-library/**'
- 'gradle/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
types: [opened, edited, reopened]
types: [opened, edited, reopened, synchronize]
paths:
- 'health-sdk/**'
- 'health-api-library/**'
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/health-sdk.docs.build.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
name: Build docs for Health SDK

on:
push:
paths:
- 'health-sdk/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
types: [opened, edited, reopened]
types: [opened, edited, reopened, synchronize]
paths:
- 'health-sdk/**'

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/health-sdk.publish.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Publish Health SDK Example App QA Build to App Center

on:
workflow_dispatch:
push:
pull_request:
types: [opened, edited, reopened, synchronize]
paths:
- 'health-sdk/**'
- 'health-api-library/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/health-sdk.publish.firebase.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Publish Health SDK Example App QA Build to Firebase App Distribution

on:
workflow_dispatch:
push:
pull_request:
types: [opened, edited, reopened, synchronize]
paths:
- 'health-sdk/**'
- 'health-api-library/**'
Expand Down
13 changes: 1 addition & 12 deletions .github/workflows/merchant-sdk.check.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
name: Check Merchant SDK

on:
push:
paths:
- 'merchant-sdk/**'
- 'internal-payment-sdk/**'
- 'health-api-library/**'
- 'core-api-library/**'
- 'gradle/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
types: [opened, edited, reopened]
types: [opened, edited, reopened, synchronize]
paths:
- 'merchant-sdk/**'
- 'internal-payment-sdk/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/merchant-sdk.publish.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Publish Merchant SDK Example App QA Build to App Center

on:
workflow_dispatch:
push:
pull_request:
types: [opened, edited, reopened, synchronize]
paths:
- 'merchant-sdk/**'
- 'health-api-library/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/merchant-sdk.publish.firebase.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Publish Merchant SDK Example App QA Build to Firebase App Distribution

on:
workflow_dispatch:
push:
pull_request:
types: [opened, edited, reopened, synchronize]
paths:
- 'merchant-sdk/**'
- 'health-api-library/**'
Expand Down