Skip to content

Commit 424f445

Browse files
authored
Merge pull request #25 from vim-jp/adjust-workflows
Adjust workflows
2 parents 5ca7232 + ea67e05 commit 424f445

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
4444
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
4545
branch: gh-pages
46-
pull_strategy: 'NO-PULL'
46+
pull: 'NO-PULL'

.github/workflows/trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- cron: '15 11 3 * *'
55

66
jobs:
7-
deploy:
7+
trigger:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Enable each workflow

0 commit comments

Comments
 (0)