branch: elpa/buttercup
commit 37223e4c0ade10ef3c72539dc7563301da73be1d
Author: Ola Nilsson <ola.nils...@gmail.com>
Commit: Ola Nilsson <ola.nils...@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