Skip to content

Commit

Permalink
Merge branch 'geoneric:master' into build_fix_gh88
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchmitz authored Dec 19, 2023
2 parents d394f8c + ac56e4e commit 64648eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Linux CI

on:
pull_request:
types: [opened, reopened]
push:
branches-ignore:
- "ghxyz"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: macOS CI

on:
pull_request:
types: [opened, reopened]
push:
branches-ignore:
- "ghxyz"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Windows CI

on:
pull_request:
types: [opened, reopened]
push:
branches-ignore:
- "ghxyz"
Expand Down

0 comments on commit 64648eb

Please sign in to comment.