JacobDomagala / StaticAnalysis

GitHub action performs static analysis on C++/Python code, flags issues, and posts comments directly on PRs.
MIT License
29 stars 10 forks source link

Fix branch name when `TestAction` workflow is run by `push` #62

Closed JacobDomagala closed 1 year ago

JacobDomagala commented 1 year ago

Initially TestAction workflow was created to run with PullRequests. With recent changes (now runs on push as well) this action needs to be updated