Skip to content

Update CI and Release #18

Update CI and Release

Update CI and Release #18

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
- 'feature/**'
- 'fix/**'
permissions:
contents: write
pull-requests: read # Added for PR triggers
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
- name: Generate Release
id: release
uses: ./.github/actions/ci/generate-release
# - name: Build Bicep Code
# id: build
# uses: ./.github/actions/ci/bicep-standard-ci