From ea440baf1b330443a1f0d58dabdfbbff2101d2a0 Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Sun, 25 Aug 2024 14:51:45 -0700 Subject: [PATCH] chore: add build on push --- .github/workflows/build-stable.yml | 5 ++++- .github/workflows/build-testing.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-stable.yml b/.github/workflows/build-stable.yml index b59211e..02f373c 100644 --- a/.github/workflows/build-stable.yml +++ b/.github/workflows/build-stable.yml @@ -5,7 +5,10 @@ on: schedule: - cron: '40 23 * * *' # 11:45PM UTC everyday (approx 1.5 hours after coreos images publish) workflow_dispatch: - + push: + paths-ignore: # don't rebuild if only documentation has changed + - "**.md" + jobs: build-stable: permissions: diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml index a136601..d241f0a 100644 --- a/.github/workflows/build-testing.yml +++ b/.github/workflows/build-testing.yml @@ -5,7 +5,10 @@ on: schedule: - cron: '55 23 * * *' # 11:45PM UTC everyday (approx 1.75 hours after coreos images publish) workflow_dispatch: - + push: + paths-ignore: # don't rebuild if only documentation has changed + - "**.md" + jobs: build-testing: permissions: