Skip to content

Commit 66b7b3c

Browse files
committed
Update appsdevbuild.yaml workflow
1 parent 3ad9a26 commit 66b7b3c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/appsdevbuild.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
on: [push, pull_request_target]
2-
name: Test build
1+
name: Test build by running doctl apps dev build
2+
on:
3+
pull_request:
4+
branches: ["*"]
35

46
jobs:
5-
test:
7+
build:
68
runs-on: ubuntu-latest
79
steps:
810
- uses: actions/checkout@master

0 commit comments

Comments
 (0)