acid testing
All checks were successful
Lint Code Base / Lint Code Base (pull_request) Successful in 13s

This commit is contained in:
l4kr 2023-09-13 15:23:16 +02:00
parent 0168ced5bb
commit aa354968d3

View File

@ -10,11 +10,9 @@ name: Lint Code Base
# Start the job on all push # # Start the job on all push #
############################# #############################
on: on:
push:
branches-ignore: [master, main]
# Remove the line above to run when pushing to master or main
pull_request: pull_request:
branches: [master, main] types: [closed]
branches: [main]
############### ###############
# Set the Job # # Set the Job #