Skip to content

Commit 11ed80b

Browse files
committed
WIP: github: Run the msvcrt workflow on push
1 parent bd8a176 commit 11ed80b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Builds
22
on:
3-
push:
4-
branches:
5-
- '**'
63
pull_request:
74
schedule:
85
- cron: '0 0 * * *'

.github/workflows/msvcrt.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build msvcrt toolchains
22
on:
3+
push:
4+
branches:
5+
- '**'
36
workflow_dispatch:
47
inputs:
58
ref:

0 commit comments

Comments
 (0)