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 af76811
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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 Expand Up @@ -53,7 +53,7 @@ jobs:
publish:
name: Publish to GitHub Wiki
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
# if: github.ref == 'refs/heads/master'
needs: build

steps:
Expand Down

0 comments on commit af76811

Please sign in to comment.