diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 08ec3d63fc6..c78f6f5566f 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -2,20 +2,21 @@ name: Update Wiki on: push: - branches: [ main ] + branches: + - '**' jobs: update-wiki: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: featureprofiles - name: Checkout wiki - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: - repository: "openconfig/featureprofiles.wiki" + repository: "bstoll/featureprofiles.wiki" path: featureprofiles.wiki - name: Set up Go uses: actions/setup-go@v2.1.3