File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: compile & test lambda-rs
22
33on :
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
1616jobs :
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 :
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 }}
You can’t perform that action at this time.
0 commit comments