diff --git a/.github/workflows/GitHub-Flyway-CICD-Pipeline_Linux.yml b/.github/workflows/GitHub-Flyway-CICD-Pipeline_Linux.yml index f713775..1b8b781 100644 --- a/.github/workflows/GitHub-Flyway-CICD-Pipeline_Linux.yml +++ b/.github/workflows/GitHub-Flyway-CICD-Pipeline_Linux.yml @@ -3,11 +3,9 @@ name: GitHub-Flyway-AutoPilot-Pipeline-Linux on: - # Triggers the workflow on push or pull request events but only for the "release" branch - #push: - #branches: - #- release - #- 'migrations/**' + pull_request: + branches: + - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: