Skip to content

add dispatch event

add dispatch event #41

# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: trigger-tests-on-merge-to-main
on:
push:
branches: [ main ]
jobs:
trigger-tests-on-merge-to-main:
uses: ./.github/workflows/reusable-workflow-to-run-tests.yml
with:
tags-of-tests-to-include: ""
secrets: inherit