consolidate search and openai routes #773
Workflow file for this run
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: azd package | |
on: | |
push: | |
branches: ["main"] | |
pull_request: | |
branches: ["main", "feature/*"] | |
jobs: | |
package: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Install azd | |
uses: Azure/[email protected] | |
- name: Setup an azd env | |
run: azd env new ci | |
- name: Package with azd | |
run: azd package |