From 0b498cdbbde7c129eb04c4e9494e73744a785ae8 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Thu, 2 May 2024 17:14:37 +0300 Subject: [PATCH] ci: Need to run QNS on push to main (#1870) So we get baseline data --- .github/workflows/qns.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/qns.yml b/.github/workflows/qns.yml index 9d5b9ffcec..904eab03c3 100644 --- a/.github/workflows/qns.yml +++ b/.github/workflows/qns.yml @@ -1,12 +1,16 @@ name: QUIC Network Simulator on: + push: + branches: ["main"] + paths-ignore: ["*.md", "*.png", "*.svg", "LICENSE-*"] + pull_request: + branches: ["main"] + paths-ignore: ["*.md", "*.png", "*.svg", "LICENSE-*"] + merge_group: schedule: # Run at 1 AM each day, so there is a `main`-branch baseline in the cache. - cron: '0 1 * * *' workflow_dispatch: - pull_request: - branches: ["main"] - merge_group: concurrency: group: ${{ github.workflow }}-${{ github.ref_name }}