We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44386d2 commit 1c06a95Copy full SHA for 1c06a95
2 files changed
.github/workflows/main.yml
@@ -124,8 +124,8 @@ jobs:
124
docker run --rm --network host curl-edge:${IMAGE_TAG} \
125
/opt/httpstat.sh -I --http3 https://cloudflare-quic.com/ || true
126
127
- - name: Build and push (push/dispatch, amd64 only)
128
- if: inputs.push == true || github.event_name == 'push'
+ - name: Build and push (amd64 only)
+ if: inputs.push == true || github.event_name == 'push' || github.event_name == 'schedule'
129
uses: docker/build-push-action@v4
130
with:
131
context: .
.gitignore
@@ -0,0 +1 @@
1
+src/
0 commit comments