Skip to content

Commit f3ead51

Browse files
Merge pull request #2 from euiyounghwang/test
[Master-Facing] test
2 parents 427feb8 + 1d5a8e3 commit f3ead51

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ name: Build and Test
66
# push:
77
# branches-ignore: [dev, master]
88

9-
109
on:
1110
push:
1211
# branches:
1312
# - dev
1413
# - feature/*
1514
branches: [dev, master, feature/*, release/*]
1615
pull_request:
17-
branches: [dev, master, feature/*, release/*]
16+
branches: ['*']
1817

1918
jobs:
2019

0 commit comments

Comments
 (0)