Skip to content

Commit

Permalink
Enable linting on push to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Nov 30, 2021
1 parent 071cc8c commit 2f508dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Lint Code Base

on:
push:
branches-ignore: [ main]
branches: [ main ]
pull_request:
branches: [ main ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Publish Docker image

on:
release:
types: [published]
types: [ published ]

jobs:
push_to_registries:
Expand Down

0 comments on commit 2f508dd

Please sign in to comment.