Skip to content

Commit

Permalink
update linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragdata committed Jul 7, 2024
1 parent f9c5c27 commit e1e4432
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: Super Linter Workflow
on:
# Trigger whenever files are pushed to any branch of the repo
push:
branches: [$default-branch]
branches:
- master
# Trigger whenever a pull_request is raised
pull_request:
branches: [$default-branch]
branches:
- master
# Allows for manual triggering via Actions tab
workflow_dispatch:

Expand Down

0 comments on commit e1e4432

Please sign in to comment.