Merge pull request #246 from spotify/freben/on

Build on all relevant PR events, not pushes
This commit is contained in:
Fredrik Adelöw
2020-03-13 08:41:53 +01:00
committed by GitHub
+2 -4
View File
@@ -1,10 +1,8 @@
name: Frontend CI
on:
push:
paths:
- '*'
- '.github/workflows/frontend.yml'
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
build: