Skip to content

Commit 09fed86

Browse files
committed
workflow
1 parent 3dc6365 commit 09fed86

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

.github/workflows/my-master-ubuntu-22-arm-nightly.yml renamed to .github/workflows/my-master-ubuntu-22-arm.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
name: my-master-ubuntu-22-arm-nightly
1+
name: my-master-ubuntu-22-arm
22

33
on:
4-
schedule:
5-
- cron: "0 5 * * *" # 每天运行
6-
workflow_dispatch: ~
7-
# push:
8-
# branches: ["my-master"] # 仅在 my-master 分支触发
4+
push:
5+
branches: ["my-master"] # 仅在 my-master 分支触发
6+
commit:
7+
branches: ["my-master"] # 仅在 my-master 分支触发
98

109
jobs:
1110
build:

.github/workflows/my-master-ubuntu-22-nightly.yml renamed to .github/workflows/my-master-ubuntu-22.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
name: my-master-ubuntu-22-nightly
1+
name: my-master-ubuntu-22
22

33
on:
4-
schedule:
5-
- cron: "0 5 * * *" # 每天运行
6-
workflow_dispatch: ~
7-
# push:
8-
# branches: ["my-master"] # 仅在 my-master 分支触发
4+
push:
5+
branches: ["my-master"] # 仅在 my-master 分支触发
6+
commit:
7+
branches: ["my-master"] # 仅在 my-master 分支触发
98

109
jobs:
1110
build:

0 commit comments

Comments
 (0)