eric sciple 5 years ago
parent
commit
4a3a4ebf11
1 changed files with 1 additions and 8 deletions
  1. 1 8
      .github/workflows/test.yml

+ 1 - 8
.github/workflows/test.yml

@@ -1,12 +1,6 @@
 name: Build and Test
 
-on:
-  pull_request:
-  push:
-    branches:
-      - master
-      - releases/*
-      - users/*
+on: push
 
 jobs:
   test-archive:
@@ -30,4 +24,3 @@ jobs:
         shell: bash
         run: __test__/verify-basic.sh container
 
-