Skip to content

Commit

Permalink
Update the actions so it runs on all push rather than only on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Minivera committed Sep 27, 2023
1 parent bed769a commit 40c8ed2
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Pull Request validation
name: Lint, build, and Test

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
on: push

jobs:
lint-and-test:
Expand Down

0 comments on commit 40c8ed2

Please sign in to comment.