This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
Merge pull request #7 from dodevops/issue-6 #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: azure-app-exporter | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- "src/**" | |
#--- TODO: For now also enable manual runs | |
workflow_dispatch: | |
jobs: | |
build: | |
uses: mkoertgen/azure-app-exporter/.github/workflows/_build.yml@main | |
with: | |
component: azure-app-exporter | |
secrets: | |
crToken: ${{ secrets.GITHUB_TOKEN }} |