Skip to content

Commit

Permalink
Merge pull request #76 from mziyut/update-qiita-pull-workflow
Browse files Browse the repository at this point in the history
Update .github/workflows/qiita_pull_articles.yml
  • Loading branch information
mziyut authored Jul 21, 2023
2 parents ba6c373 + e0aae41 commit a27ff3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/qiita_pull_articles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Qiita - pull articles
on:
schedule:
- cron: '*/20 * * * *'
push:
paths:
- '.github/workflows/qiita_pull_articles.yml'
workflow_dispatch:

permissions:
Expand All @@ -16,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: master
ref: main
- uses: actions/setup-node@v3
with:
cache: 'yarn'
Expand Down

0 comments on commit a27ff3e

Please sign in to comment.