.github: don't run workflows on queue-dev-* either
diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml
index 55d2aa3..4d72733 100644
--- a/.github/workflows/go_test.yml
+++ b/.github/workflows/go_test.yml
@@ -3,7 +3,8 @@
   workflow_call:
   push:
     branches-ignore:
-      - "queue-main-**"
+      - "queue-main-*"
+      - "queue-dev-*"
   pull_request:
 jobs:
   test: