Add pull_request trigger for release branches in API Integration Tests workflow (#6278)

This commit is contained in:
Luqman
2024-04-02 14:11:20 +01:00
committed by GitHub
parent fe7f11ffbe
commit bc77e071b7

View File

@@ -2,6 +2,9 @@ name: API Integration Tests
on:
workflow_dispatch:
pull_request:
branches:
- release/*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}