Skip to content

Commit

Permalink
Update appsdevbuild.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fumblehool committed Nov 19, 2024
1 parent 3ad9a26 commit 66b7b3c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/appsdevbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
on: [push, pull_request_target]
name: Test build
name: Test build by running doctl apps dev build
on:
pull_request:
branches: ["*"]

jobs:
test:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 66b7b3c

Please sign in to comment.