diff --git a/README.md b/README.md index ac644bab..c34def63 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,10 @@ name: Lint Code Base ############################# # Start the job on all push # ############################# -on: ['push'] +on: + push: + branches-ignore: + - 'master' ############### # Set the Job #