Skip to content

Commit

Permalink
Run workflow on all push & PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Sep 7, 2023
1 parent 1e5b6ca commit edd8093
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Linting workflow
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
on: [push, pull_request]
env:
OPENSEARCH_DASHBOARDS_VERSION: 'main'
jobs:
Expand Down

0 comments on commit edd8093

Please sign in to comment.