Skip to content

Commit 9a05ff3

Browse files
committed
Run precompile checks on main pushes to main
1 parent d44f0c1 commit 9a05ff3

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/linux-precompile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: linux-precompile
22

33
on:
44
push:
5+
branches:
6+
- "main"
57
tags:
68
- 'v*'
79

.github/workflows/macos-precompile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: macos-precompile
22

33
on:
44
push:
5+
branches:
6+
- "main"
57
tags:
68
- 'v*'
79

.github/workflows/windows-precompile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: windows-precompile
22

33
on:
44
push:
5+
branches:
6+
- "main"
57
tags:
68
- 'v*'
79

0 commit comments

Comments
 (0)