Ignore the 'target' branch for the test.yml workflow
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 16 Mar 2021 09:29:13 +0000 (10:29 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Mar 2021 09:29:13 +0000 (10:29 +0100)
.github/workflows/test.yml

index 88ea179059ce69a39a8740c0caf24a245a2548ab..8301d484601f4ee26b7ade954c7af2b114c11d8d 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches-ignore:
     - 'gh-pages'
+    - 'target'
   pull_request:
 
 jobs: