Skip to content

Commit 1c06a95

Browse files
committed
Fix CI
1 parent 44386d2 commit 1c06a95

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ jobs:
124124
docker run --rm --network host curl-edge:${IMAGE_TAG} \
125125
/opt/httpstat.sh -I --http3 https://cloudflare-quic.com/ || true
126126
127-
- name: Build and push (push/dispatch, amd64 only)
128-
if: inputs.push == true || github.event_name == 'push'
127+
- name: Build and push (amd64 only)
128+
if: inputs.push == true || github.event_name == 'push' || github.event_name == 'schedule'
129129
uses: docker/build-push-action@v4
130130
with:
131131
context: .

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src/

0 commit comments

Comments
 (0)