diff --git a/.github/workflows/github-actions-demo.yaml b/.github/workflows/github-actions-demo.yaml index e21e3708..0cb10d8f 100644 --- a/.github/workflows/github-actions-demo.yaml +++ b/.github/workflows/github-actions-demo.yaml @@ -1,9 +1,11 @@ name: GitHub Actions Demo run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 + on: + push: + branches: ["**"] pull_request: - branches: - - main + branches: ["**"] workflow_dispatch: jobs: