Skip to content

Commit

Permalink
Update workflow to run on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
loglund committed Aug 22, 2023
1 parent 2f6db8c commit 7709bcc
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .github/workflows/linux_waf.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 7709bcc

Please sign in to comment.