Skip to content

Commit

Permalink
update enlightn action to be on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Stoitsov committed Dec 18, 2021
1 parent dd2093d commit 1e3d5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enlightn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
composer install --prefer-dist --no-interaction --no-progress --no-scripts --no-dev -o
- name: Run Enlightn Checks and Trigger the Enlightn Bot
if: ${{ github.event_name == 'pull_request' }}
if: ${{ github.event_name == 'pull_request' || github.event_name == 'push' }}
env:
ENLIGHTN_USERNAME: ${{ secrets.ENLIGHTN_USERNAME }}
ENLIGHTN_API_TOKEN: ${{ secrets.ENLIGHTN_API_TOKEN }}
Expand Down

0 comments on commit 1e3d5cc

Please sign in to comment.