Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2021-08-02 00:48:11 +0300
committerGitHub <noreply@github.com>2021-08-02 00:48:11 +0300
commit36a95d313ed913169bdeac2b8f76290e0b6c57b5 (patch)
treec74da38db4e69eadcfbf1d2d586843ca18907cbd
parent152aa4478fb8fae1ff50baad6973e5168340745a (diff)
Run Github actions in PRs (#304)
Co-authored-by: Guillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/linters.yml2
-rw-r--r--.github/workflows/slack-notify.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2ee6833..5902c10 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,5 +1,5 @@
name: Build project with Hugo
-on: push
+on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index 16627bd..6745f3f 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -1,5 +1,5 @@
name: Linters
-on: push
+on: [push, pull_request]
jobs:
linters:
name: Run linters
diff --git a/.github/workflows/slack-notify.yml b/.github/workflows/slack-notify.yml
index f6aaa22..2d32b4d 100644
--- a/.github/workflows/slack-notify.yml
+++ b/.github/workflows/slack-notify.yml
@@ -1,5 +1,5 @@
name: Slack Notification
-on: push
+on: [push, pull_request]
jobs:
slackNotification:
name: Slack Notification