Closed kopepasah closed 2 years ago
Currently, the README.md Workflow example runs on every push, but it would be better suited to only run on a push matching the path of the YAML configuration file.
on: push: paths: - '.github/labels.yml'
Currently, the README.md Workflow example runs on every push, but it would be better suited to only run on a push matching the path of the YAML configuration file.
Example