Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed May 14, 2024
1 parent 837c043 commit ae3ee46
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/trigger_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ name: trigger wiki
# Controls when the action will run.
on:
push:
branches: [ gh-pages ]
branches:
- gh-pages
pull_request:
branches: [ gh-pages ]
branches:
- gh-pages

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions: write-all

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand Down

0 comments on commit ae3ee46

Please sign in to comment.