From 501fd7e4e76b39f992d7dbf5af72f9f5b7403043 Mon Sep 17 00:00:00 2001 From: mehdi Date: Sat, 16 Oct 2021 00:14:05 +0200 Subject: [PATCH] fix action trigger --- .github/workflows/github-actions-demo.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 1adbcb9..1486680 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -1,10 +1,6 @@ name: Node tests -on: - push: - branches: [ $default-branch ] - pull_request: - branches: [ $default-branch ] +on: [push, pull_request] jobs: build: