Skip to content

Commit

Permalink
force CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
j0yu committed Apr 20, 2020
1 parent 51790db commit 5a4d592
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/wiki.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Wiki
on:
push:
branches:
- master
paths:
- 'wiki/**'
pull_request:
paths:
- 'wiki/**'
on: [push]
# push:
# branches:
# - master
# paths:
# - 'wiki/**'
# pull_request:
# paths:
# - 'wiki/**'
env:
CLONE_URL: "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.wiki.git"

Expand Down

0 comments on commit 5a4d592

Please sign in to comment.