Skip to content

Commit 095f8dc

Browse files
committed
swiched actions back to on push
1 parent 451c9c5 commit 095f8dc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ name: Mega-Linter
55

66
on:
77
# Trigger mega-linter at every push. Action will also be visible from Pull Requests to master
8-
release: # Comment this line to trigger action only on pull-requests (not recommended if you don't pay for GH Actions)
9-
types: [published]
8+
push: # Comment this line to trigger action only on pull-requests (not recommended if you don't pay for GH Actions)
9+
branches:
10+
- main
1011

1112
env: # Comment env block if you do not want to apply fixes
1213
# Apply linter fixes configuration

0 commit comments

Comments
 (0)