Skip to content

Commit

Permalink
Reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
j0yu committed Aug 5, 2020
1 parent d45173d commit 049ba9f
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]
# push:
# branches:
# - master
# paths:
# - 'wiki/**'
# pull_request:
# paths:
# - 'wiki/**'
on:
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 049ba9f

Please sign in to comment.