Skip to content

Commit af125e4

Browse files
committed
fix workflows
1 parent 0ff6443 commit af125e4

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

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

33
on:
4-
pull_request:
4+
push:
55
branches: [main]
66

77
env:

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: pull_request
22

33
on:
4-
pull_request:
5-
branches: [main]
4+
workflow_dispatch:
5+
schedule:
6+
- cron: "0 8 * * 3"
67

78
env:
89
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)