Skip to content

Commit

Permalink
Updated Linux YAML to contain auto-trigger on PRs (#30)
Browse files Browse the repository at this point in the history
* Changing ${{ secrets.FLYWAY_CLI_INSTALL_CHECK }} to variable rather than plaintext

* Changing ${{ secrets.FLYWAY_CLI_INSTALL_CHECK }} to variable rather than plaintext

* Updating Build to use Azure SQL DB

* Reverting to localhost toml for build

* Changing AutoPilot references to Autopilot (#2)

Renamed AutoPilot references to Autopilot

* Update GitHub-Flyway-CICD-Pipeline_Linux.yml (#3)

---------

Co-authored-by: Huxley Kendell <114421471+HuxleyKendell@users.noreply.github.com>
  • Loading branch information
csnhawkins and HuxleyKendell authored Jan 27, 2025
1 parent a70ce05 commit a50d22a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/GitHub-Flyway-CICD-Pipeline_Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a50d22a

Please sign in to comment.