Skip to content

Commit

Permalink
Run Linux CI on all branches
Browse files Browse the repository at this point in the history
Fixes #6
  • Loading branch information
christianspecht committed Jun 19, 2023
1 parent 59b7d58 commit 1dc9b2c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: "Linux build"

on:
push:
branches: [ ci-linux ] # hier alle branches
pull_request:
branches: [ ci-linux ]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 1dc9b2c

Please sign in to comment.