danielhardej / actions-test-repo

0 stars 3 forks source link

Release/v1 #185

Closed danielhardej closed 7 months ago

danielhardej commented 7 months ago

This pull request introduces a new GitHub Actions workflow file, kratos-deployment.yml. The workflow is designed to run on pushes to the dev and release/* branches, as well as on manual triggers via the workflow_dispatch event. It includes a single job named test that runs on the latest Ubuntu environment and prints a confirmation message to indicate that the workflow has been triggered. The GITHUB_TOKEN secret is also set as an environment variable for use within the workflow.