Skip to content

Commit

Permalink
chore: Enable actions for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Dec 7, 2021
1 parent 1e0b4fe commit 391e2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Example
# - https://github.com/actions/example-services/blob/main/.github/workflows/postgres-service.yml
name: CI
on: [push]
on: [push, pull_request]
jobs:
Lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 391e2b3

Please sign in to comment.