From 7709bccc98e7d9fd3f219676d4e93e5bab2760e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20H=C3=B8jlund=20Larsen?= Date: Tue, 22 Aug 2023 14:25:28 +0200 Subject: [PATCH] Update workflow to run on push to master --- .github/workflows/linux_waf.yml | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/.github/workflows/linux_waf.yml b/.github/workflows/linux_waf.yml index 90c2962..9c7c82e 100644 --- a/.github/workflows/linux_waf.yml +++ b/.github/workflows/linux_waf.yml @@ -1,3 +1,14 @@ +name: Linux Waf +'on': + workflow_dispatch: + inputs: + extra_resolve_options: + description: Extra Resolve Options + required: false + push: + branches: + - master + pull_request: jobs: Linux: container: @@ -32,16 +43,3 @@ jobs: config: - container: ghcr.io/steinwurf/python-bindings:latest name: GCC 9.3 -name: Linux Waf -'on': - pull_request: null - push: - branches: - - master - schedule: - - cron: 0 1 * * * - workflow_dispatch: - inputs: - extra_resolve_options: - description: Extra Resolve Options - required: false