mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
chore: run github workflow on pr
Also run github workflow when a pr is made
This commit is contained in:
parent
f55c67822f
commit
c71f15b2ef
8
.github/workflows/psalm.yml
vendored
8
.github/workflows/psalm.yml
vendored
@ -1,6 +1,12 @@
|
|||||||
name: Run Psalm
|
name: Run Psalm
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user