Skip to content

Commit

Permalink
enable linux, enable on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Mar 2, 2024
1 parent 40e2ffd commit 2518de0
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/ci-test-run.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: ci build

on: [pull_request, workflow_dispatch]
on:
push:
branches:
- master
workflow_dispatch:

jobs:
test:
Expand All @@ -11,13 +15,13 @@ jobs:
strategy:
matrix:
include:
# - os: ubuntu-latest
# container: 'ubuntu:22.04'
# artifact: 'ubuntu'
#
# - os: ubuntu-latest
# container: 'alpine:3.15.0'
# artifact: 'alpine'
- os: ubuntu-latest
container: 'ubuntu:22.04'
artifact: 'ubuntu'

- os: ubuntu-latest
container: 'alpine:3.15.0'
artifact: 'alpine'

- os: windows-latest
artifact: 'windows'
Expand Down

0 comments on commit 2518de0

Please sign in to comment.