Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Nov 29, 2024
1 parent ed8fca4 commit 48202e6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/npm-pkg-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ name: npm-pkg-e2e-test

on:
workflow_dispatch:
# push:
# branches:
# - develop
# - feature/*
# paths-ignore:
# - "**.md"
# - "LICENSE"
# - "NOTICE"
push:
branches:
- develop
- feature/*
paths:
- .github/workflows/npm-pkg-e2e-test.yml
schedule:
# UTC 時間で毎日 2:00 (JST で 11:00) に実行、月曜日から金曜日
- cron: "0 2 * * 1-5"
Expand Down

0 comments on commit 48202e6

Please sign in to comment.