Skip to content

Commit 4428c60

Browse files
committed
fix name
1 parent 2c439de commit 4428c60

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pull_request
1+
name: ci
22

33
on:
44
push:

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: pull_request
1+
name: release
22

33
on:
4-
workflow_dispatch:
5-
schedule:
6-
- cron: "0 8 * * 3"
4+
workflow_dispatch:
5+
schedule:
6+
- cron: "0 8 * * 3"
77

88
env:
99
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)