We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468377f commit dd23a6dCopy full SHA for dd23a6d
1 file changed
.github/workflows/build.yml
@@ -1,6 +1,10 @@
1
name: build
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - "main"
7
+ pull_request:
8
9
jobs:
10
lint:
@@ -115,4 +119,4 @@ jobs:
115
119
- name: Send a failure metric
116
120
env:
117
121
DD_API_KEY: ${{ secrets.DD_API_KEY }}
118
- run: ./scripts/send_status_metric.sh 1 $DD_API_KEY
122
+ run: ./scripts/send_status_metric.sh 1 $DD_API_KEY
0 commit comments