Skip to content

Commit 2093237

Browse files
committed
Trigger CI on main pushes and PRs
1 parent 2e4db18 commit 2093237

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Build
2-
on: [push, pull_request]
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
38

49
jobs:
510
build:

0 commit comments

Comments
 (0)