Skip to content

Merge pull request #1 from fowwo/vue #2

Merge pull request #1 from fowwo/vue

Merge pull request #1 from fowwo/vue #2

Workflow file for this run

name: Continuous Integration
permissions:
pages: write
id-token: write
on:
push:
branches: [ main ]
jobs:
test:
name: Test
uses: ./.github/workflows/test.yml
build-and-deploy:
name: Build + Deploy
uses: ./.github/workflows/build-and-deploy.yml
needs: test