Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Oct 7, 2024
1 parent d120a68 commit 1c0108a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ name: deploy
on:
push:
branches:
- "master"
- "hotfix/**"
- "**"

jobs:
binary:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 3
matrix:
os: [ windows-latest, ubuntu-20.04, ubuntu-22.04]
os: [windows-latest, ubuntu-20.04]

steps:
- name: 🐙 Checkout GitHub repo (+ download lfs dependencies)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license_header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: check license headers
on:
push:
branches:
- "**"
- "notme"

jobs:
check-license-headers:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: main
on:
push:
branches:
- "**"
- "notme"

jobs:
python-lint:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: worker
on:
push:
branches:
- "master"
- "worker/**"
- "notme"

jobs:
binary:
Expand Down

0 comments on commit 1c0108a

Please sign in to comment.