From 21c6fc6a461830de19c2aee255b65c410db36e72 Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Merino Date: Wed, 24 Apr 2024 17:18:54 +0200 Subject: on pull_request --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0255998..5ed7c60 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ name: GitHub Actions Demo run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 -on: [push] +on: [pull_request] jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest -- cgit 1.4.1