Skip to content

Commit 969fbaa

Browse files
committed
Rename GitHub Actions workflow to "build"
1 parent bf8c2a9 commit 969fbaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/PythonChallengeSolutions.yml renamed to .github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PythonChallengeSolutions
1+
name: build
22
on: [push, pull_request]
33
jobs:
44
build:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ License.
2020

2121
See [LICENSE](LICENSE) for details.
2222

23-
[badge]: https://github.com/scorphus/PythonChallengeSolutions/workflows/PythonChallengeSolutions/badge.svg
24-
[build]: https://github.com/scorphus/PythonChallengeSolutions/actions?query=workflow%3APythonChallengeSolutions
23+
[badge]: https://github.com/scorphus/PythonChallengeSolutions/workflows/build/badge.svg
24+
[build]: https://github.com/scorphus/PythonChallengeSolutions/actions?query=workflow%3Abuild
2525
[codebeat_badge]: https://codebeat.co/badges/39021760-ff95-4180-af73-36c1c553b262
2626
[codebeat_link]: https://codebeat.co/projects/github-com-scorphus-pythonchallengesolutions-pythonchallenge

0 commit comments

Comments
 (0)