emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/buttercup 37223e4 296/340: actions: Run actions on push fo


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 37223e4 296/340: actions: Run actions on push for all branches
Date: Thu, 16 Dec 2021 14:59:54 -0500 (EST)

branch: elpa/buttercup
commit 37223e4c0ade10ef3c72539dc7563301da73be1d
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>

    actions: Run actions on push for all branches
---
 .github/workflows/test.yml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 694fbd7..c95edf8 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -3,11 +3,14 @@ name: Build and test
 on:
   pull_request:
   push:
+    branches:
+      - 'master'
+      - '*'
     paths-ignore:
-    - 'bin/*'
-    - 'docs/images/*'
-    - 'docs/running-tests.md'
-    - 'scripts'
+      - 'bin/*'
+      - 'docs/images/*'
+      - 'docs/running-tests.md'
+      - 'scripts'
 
 jobs:
   build:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]