run on pull requests

This commit is contained in:
Alex Tsernoh 2022-04-05 12:04:50 +01:00
parent c448fab01b
commit 1b877ec12f

View file

@ -1,5 +1,5 @@
name: GitHub Actions Demo
on: [push]
name: Validate JSON
on: [push, pull_request]
jobs:
Validate-JSON:
runs-on: ubuntu-latest