Skip to content

Merge pull request #39 from tillig/dependabot/npm_and_yarn/tar-7.5.11 #45

Merge pull request #39 from tillig/dependabot/npm_and_yarn/tar-7.5.11

Merge pull request #39 from tillig/dependabot/npm_and_yarn/tar-7.5.11 #45

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- master
push:
branches:
- master
- feature/*
tags:
- v[0-9]+.[0-9]+.[0-9]+
# If multiple pushes happen quickly in succession, cancel the running build and
# start a new one.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
publish:
uses: ./.github/workflows/publish.yml
needs:
- build
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
secrets:
VSCE_PAT: ${{ secrets.VSCE_PAT }}