From f28f80e12785f0a4dbf12ce825fcc5de2e21c060 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Tue, 28 May 2024 14:13:02 +0200 Subject: [PATCH] updated test-action to point to main --- .github/workflows/test-action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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