Skip to content

Commit 3b17610

Browse files
committed
feat: documentation action
1 parent 2c791ec commit 3b17610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: "Update Documentation"
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66
workflow_dispatch:
77

88
jobs:
99
generate:
1010
runs-on: ubuntu-latest
1111
environment: documentation
12-
if: "github.ref == 'refs/heads/main'"
12+
if: "github.ref == 'refs/heads/master'"
1313
steps:
1414
- uses: actions/checkout@v3
1515

0 commit comments

Comments
 (0)