diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 642a98b..61920b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,14 +4,14 @@ on: workflow_dispatch: pull_request: branches: - - main + - master paths-ignore: - '**.md' - '.github/ISSUE_TEMPLATE/*' - '.docs/changelog' push: branches: - - main + - master paths-ignore: - '**.md' - '.github/ISSUE_TEMPLATE/*' @@ -96,7 +96,7 @@ jobs: name: 📤 Create Release needs: [linux-build, linux-flatpak, linux-appimage, prepare-source] runs-on: ubuntu-22.04 - if: github.event_name == 'push' && github.ref == 'refs/heads/main' + if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - name: Checkout code uses: actions/checkout@v4