Enable stack linter on push

This commit is contained in:
Marco Ferrari 2022-10-07 20:27:05 +00:00 committed by Brett Logan
parent 2053621293
commit bf67bd6c01

View file

@ -16,6 +16,7 @@ name: Stack Linter
# Start the job on all push # # Start the job on all push #
############################# #############################
on: on:
push:
pull_request: pull_request:
############### ###############