diff --git a/.github/workflows/build-test-publish-apps.yml b/.github/workflows/build-test-publish-apps.yml index 490b0c25d2..54e80b9da5 100644 --- a/.github/workflows/build-test-publish-apps.yml +++ b/.github/workflows/build-test-publish-apps.yml @@ -3,9 +3,6 @@ name: build-test-publish-apps on: pull_request: push: - branches: - - main - - pierremtb/tauri-to-electron-ci release: types: [published] schedule: diff --git a/.github/workflows/build-test-web.yml b/.github/workflows/build-test-web.yml index b288fa381d..430fa11e7a 100644 --- a/.github/workflows/build-test-web.yml +++ b/.github/workflows/build-test-web.yml @@ -3,9 +3,6 @@ name: build-test-web on: pull_request: push: - branches: - - main - - pierremtb/tauri-to-electron-ci concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}