]> BookStack Code Mirror - bookstack/commitdiff
Updated when github actions run
authorDan Brown <redacted>
Wed, 4 Aug 2021 20:22:14 +0000 (21:22 +0100)
committerDan Brown <redacted>
Wed, 4 Aug 2021 20:22:53 +0000 (21:22 +0100)
.github/workflows/phpunit.yml
.github/workflows/test-migrations.yml

index b0ef05b8fcf43c0c001ef5615ce360ba2d0c45e3..f12de643601bb73d47c635b9c89f0be78286bcf2 100644 (file)
@@ -2,15 +2,11 @@ name: phpunit
 
 on:
   push:
-    branches:
-      - master
-      - release
-      - gh_actions_update
+    branches-ignore:
+      - l10n_master
   pull_request:
-    branches:
-      - '*'
-      - '*/*'
-      - '!l10n_master'
+    branches-ignore:
+      - l10n_master
 
 jobs:
   build:
index 34aaf9c3fc9b1f2c1cb2b09a2dc08aeb792f697b..c24a019845ad4d30356707716cfc0eb038466c45 100644 (file)
@@ -2,15 +2,11 @@ name: test-migrations
 
 on:
   push:
-    branches:
-      - master
-      - release
-      - gh_actions_update
+    branches-ignore:
+      - l10n_master
   pull_request:
-    branches:
-      - '*'
-      - '*/*'
-      - '!l10n_master'
+    branches-ignore:
+      - l10n_master
 
 jobs:
   build: