Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
At #105 and https://github.com/orgs/community/discussions/26698#discussioncomment-7094600 it was reported, that the unit tests were not triggered on a pull request. The reason was that the trigger for a pull request was not active. The trigger `pull_request` is used for PRs - see https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request for details Note that the workflow https://github.com/Diapolo10/iplib3/blob/main/.github/workflows/codeql-analysis.yml has the correct triggers. I also added `workflow_dispatch` to enable manual triggering.
- Loading branch information