We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc6365 commit 09fed86Copy full SHA for 09fed86
2 files changed
…lows/my-master-ubuntu-22-arm-nightly.yml …ub/workflows/my-master-ubuntu-22-arm.yml.github/workflows/my-master-ubuntu-22-arm-nightly.yml renamed to .github/workflows/my-master-ubuntu-22-arm.yml
@@ -1,11 +1,10 @@
1
-name: my-master-ubuntu-22-arm-nightly
+name: my-master-ubuntu-22-arm
2
3
on:
4
- schedule:
5
- - cron: "0 5 * * *" # 每天运行
6
- workflow_dispatch: ~
7
-# push:
8
-# branches: ["my-master"] # 仅在 my-master 分支触发
+ push:
+ branches: ["my-master"] # 仅在 my-master 分支触发
+ commit:
9
10
jobs:
11
build:
…orkflows/my-master-ubuntu-22-nightly.yml .github/workflows/my-master-ubuntu-22.yml.github/workflows/my-master-ubuntu-22-nightly.yml renamed to .github/workflows/my-master-ubuntu-22.yml
-name: my-master-ubuntu-22-nightly
+name: my-master-ubuntu-22
0 commit comments