diff --git a/.github/workflows/enable-gha.yaml b/.github/workflows/enable-gha.yaml index 7ab63fed..bea0d052 100644 --- a/.github/workflows/enable-gha.yaml +++ b/.github/workflows/enable-gha.yaml @@ -1,11 +1,9 @@ name: Enable GitHub Actions -run-name: ${{ github.actor }} is activating GitHub Actions on the main branch 🚀 +run-name: ${{ github.actor }} is activating GitHub Actions on a PR to the main branch 🚀 on: - push: - branches: ["**"] pull_request: - branches: ["**"] + branches: ["main"] workflow_dispatch: jobs: