Skip to content

Commit

Permalink
wiki test
Browse files Browse the repository at this point in the history
  • Loading branch information
bstoll committed Jun 10, 2024
1 parent b3130b5 commit 701f072
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Update Wiki

on:
push:
branches: [ main ]
branches:
- '**'

jobs:
update-wiki:
Expand All @@ -15,7 +16,7 @@ jobs:
- name: Checkout wiki
uses: actions/checkout@v2
with:
repository: "openconfig/featureprofiles.wiki"
repository: "bstoll/featureprofiles.wiki"
path: featureprofiles.wiki
- name: Set up Go
uses: actions/[email protected]
Expand Down

0 comments on commit 701f072

Please sign in to comment.