diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e34aef58ae..e753949725 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,8 +2,7 @@ name: deploy on: push: branches: - - "master" - - "hotfix/**" + - "**" jobs: binary: @@ -11,7 +10,7 @@ jobs: 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) diff --git a/.github/workflows/license_header.yml b/.github/workflows/license_header.yml index 51b8172825..c1c20cee4c 100644 --- a/.github/workflows/license_header.yml +++ b/.github/workflows/license_header.yml @@ -2,7 +2,7 @@ name: check license headers on: push: branches: - - "**" + - "notme" jobs: check-license-headers: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a590a8214..cb02cd444e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: main on: push: branches: - - "**" + - "notme" jobs: python-lint: diff --git a/.github/workflows/worker.yml b/.github/workflows/worker.yml index 4839670d62..06483c2f85 100644 --- a/.github/workflows/worker.yml +++ b/.github/workflows/worker.yml @@ -2,8 +2,7 @@ name: worker on: push: branches: - - "master" - - "worker/**" + - "notme" jobs: binary: