Skip to content

Commit 5853256

Browse files
committed
test if E2E WF still working
1 parent d03eb5e commit 5853256

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dotnet-windows-canary.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
schedule:
1111
- cron: '30 9 * * *' # run the workflow every day at 2:30am
1212
workflow_dispatch: # be able to run the workflow on demand
13+
push:
14+
branches:
15+
- xinranzh-test
1316

1417
concurrency:
1518
group: ${{ github.workflow }}

0 commit comments

Comments
 (0)