Skip to content

Commit

Permalink
Update build-de.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer authored Aug 11, 2023
1 parent 9dc05db commit 8f5d375
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-de.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@

name: 'build'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
name: 'Build DC'

on: [push]

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -15,3 +13,5 @@ jobs:
uses: devcontainers/[email protected]
with:
runCmd: yarn test
env: |
CI=true

0 comments on commit 8f5d375

Please sign in to comment.