Skip to content

Commit dab4248

Browse files
authored
Update build.yml
1 parent 028c000 commit dab4248

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Build
22

3-
# on:
4-
# push:
5-
# branches:
6-
# - main
3+
on:
4+
push:
5+
branches:
6+
- '*'
7+
pull_request:
8+
types: [opened, synchronize, reopened]
79

810
jobs:
911
build:

0 commit comments

Comments
 (0)