diff --git a/.github/workflows/github-actions-demo.yaml b/.github/workflows/github-actions-demo.yaml index 45320267..46e4af6c 100644 --- a/.github/workflows/github-actions-demo.yaml +++ b/.github/workflows/github-actions-demo.yaml @@ -2,13 +2,10 @@ name: GitHub Actions Demo run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: - push: - branches: ["**"] pull_request: - branches: ["**"] + branches: ["main"] workflow_dispatch: - jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest