diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 7c23152..e8957ae 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -2,6 +2,9 @@ name: Find team members on: pull_request: + push: + branches: + - main jobs: get-team: @@ -10,7 +13,7 @@ jobs: - name: Fetch team data # We add the id to access to this step outputs id: teams - uses: paritytech/list-team-members@rust/migration + uses: paritytech/list-team-members@main with: ACCESS_TOKEN: ${{ secrets.READ_ORG_PAT }} team: opstooling