issues
search
exercism
/
lua
Exercism exercises in Lua.
https://exercism.org/tracks/lua
MIT License
41
stars
58
forks
source link
GitHub Actions maintenance
#505
Closed
ryanplusplus
closed
2 months ago
ryanplusplus
commented
2 months ago
This does two things:
Fixes redundant workflow runs on pull requests (
push
wasn't scoped to
main
so each push to a PR was triggering
push
and
pull_request
)
Re-enables community contributions since I (almost?) always re-open issues and pull requests and we get few enough that it hasn't been a nuisance
This does two things:
push
wasn't scoped tomain
so each push to a PR was triggeringpush
andpull_request
)