Fix workflow filename in README

This commit is contained in:
Simon Brandhof 2019-09-04 10:15:37 +02:00
commit 89970df799
No known key found for this signature in database
GPG key ID: 1721A8041B7F9B72

View file

@ -24,7 +24,7 @@ sonar.projectKey=<replace with the key generated when setting up the project on
sonar.sources=.
```
The workflow, usually declared in `.github/main.workflow`, looks like:
The workflow, usually declared in `.github/workflows/build.yml`, looks like:
```yaml
on: push