Skip to content

Commit

Permalink
Update app-vue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonTaylorBCGov2 committed Apr 22, 2024
1 parent a53e49b commit 9a40efe
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/app-vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,16 @@ name: APP (Vue)
on:
push:
branches: [main]
paths:
- "web"
- ".github/workflows/app-vue.yml"
pull_request:
branches: [main]
workflow_dispatch:
env:
IMAGE_NAME: cas-web
WORKING_DIRECTORY: ./

jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
# working-directory: ./web
working-directory: ./web
codeCov-token: ${{ secrets.CodeCov }}

strategy:
Expand Down

0 comments on commit 9a40efe

Please sign in to comment.