diff --git a/.github/workflows/trigger.yml b/.github/workflows/trigger.yml new file mode 100644 index 00000000..397299ee --- /dev/null +++ b/.github/workflows/trigger.yml @@ -0,0 +1,19 @@ +name: Trigger + +on: + pull_request: + push: + +concurrency: + group: "${{ github.workflow }}-${{ github.ref }}" + cancel-in-progress: true + +jobs: + p80m57both: + name: 'Php-8.0-Mysql-5.7' + uses: ./.github/workflows/development.yml + secrets: inherit + with: + php: '8.0' + mysql: '5.7.37' + report_sonarcloud: true \ No newline at end of file