Skip to content

[main] Update AL-Go System Files from mazhelez/AL-Go@update-al-go-multiple-branches - bb63c6c71a2c8b6c63a232e5d831a2513f929766 #26

[main] Update AL-Go System Files from mazhelez/AL-Go@update-al-go-multiple-branches - bb63c6c71a2c8b6c63a232e5d831a2513f929766

[main] Update AL-Go System Files from mazhelez/AL-Go@update-al-go-multiple-branches - bb63c6c71a2c8b6c63a232e5d831a2513f929766 #26

name: 'Verify App Changes'
on:
pull_request:
branches: [ 'main', 'releases/*']
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
VerifyAppChanges:
runs-on: windows-latest
name: Verify App Changes
steps:
- name: checkout
uses: actions/checkout@v4
with:
ref: ${{ github.sha }}
- uses: mazhelez/BCApps/.github/actions/VerifyAppChanges@main