From 36a95d313ed913169bdeac2b8f76290e0b6c57b5 Mon Sep 17 00:00:00 2001 From: Guillermo Guerrero Ibarra Date: Sun, 1 Aug 2021 23:48:11 +0200 Subject: Run Github actions in PRs (#304) Co-authored-by: Guillermo Guerrero Ibarra --- .github/workflows/build.yml | 2 +- .github/workflows/linters.yml | 2 +- .github/workflows/slack-notify.yml | 2 +- 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 -- cgit v1.2.3