Skip to content

Commit ef65dc1

Browse files
committed
changed action to run on release
1 parent 8aee26f commit ef65dc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-deployment.yml

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

66
on:
77
# Trigger mega-linter at every push. Action will also be visible from Pull Requests to master
8-
push: # Comment this line to trigger action only on pull-requests (not recommended if you don't pay for GH Actions)
9-
branches: [master, main]
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]
1010

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

0 commit comments

Comments
 (0)