Skip to content

Commit 850c6b8

Browse files
committed
[update] when the pipeline gets invoked.
1 parent b3a9efc commit 850c6b8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/compile_lambda_rs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: compile & test lambda-rs
22

33
on:
44
push:
5-
branches: [ main, dev, vmarcella/lambda-rs ]
5+
branches: [ main ]
66

77
pull_request:
8-
branches: [ main, dev, vmarcella/lambda-rs ]
8+
branches: [ main ]
99

1010
workflow_dispatch:
1111

@@ -15,7 +15,7 @@ defaults:
1515

1616
jobs:
1717
build_and_test:
18-
name: Build lambda-rs on ${{ matrix.os }} with ${{ matrix.rustup-toolchain }}.
18+
name: Build lambda-rs on ${{ matrix.os }}.
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
@@ -51,7 +51,7 @@ jobs:
5151

5252
- uses: actions/setup-ruby@v1
5353
- name: Send Webhook Notification for build status.
54-
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/vmarcella/lambda-rs' }}
54+
if: ${{ github.ref == 'refs/heads/main' }}
5555
env:
5656
JOB_STATUS: ${{ job.status }}
5757
WEBHOOK_URL: ${{ secrets.LAMBDA_BUILD_WEBHOOK }}

0 commit comments

Comments
 (0)