summaryrefslogtreecommitdiff
path: root/.github/workflows/build-frontend.yml
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-03-17 16:44:51 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-03-20 14:00:32 +0100
commitb25ad69eaad420fe8ee73c395cdf96da61972bb6 (patch)
treec5561826d8eecccdb873d874eaae75920968d3d8 /.github/workflows/build-frontend.yml
parent89e6f77ab75018e808db8dd8e25f391b4abdd4c4 (diff)
ci: Enable stricter CI triggers
This change will cause the CI to only trigger when opening a pull request.
Diffstat (limited to '.github/workflows/build-frontend.yml')
-rw-r--r--.github/workflows/build-frontend.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/build-frontend.yml b/.github/workflows/build-frontend.yml
index 73ab49d5..7c1b95a7 100644
--- a/.github/workflows/build-frontend.yml
+++ b/.github/workflows/build-frontend.yml
@@ -1,9 +1,6 @@
name: Build Frontend
on:
- push:
- paths:
- - 'frontend/**'
pull_request:
branches: [master]