Skip to content

Commit 6d0ea0f

Browse files
authored
MERGE: pull request #19 from threeal/modify-workflow-trigger
Modify GitHub Workflow Trigger
2 parents fb77af8 + 84e3f1c commit 6d0ea0f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: build
22
on:
33
workflow_dispatch:
4+
pull_request:
45
push:
6+
branches: [main]
57
jobs:
68
release:
79
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: test
22
on:
33
workflow_dispatch:
4+
pull_request:
45
push:
6+
branches: [main]
57
jobs:
68
unit-tests:
79
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)