Browse Source

update ci-app.yml

Yuki Takei 3 years ago
parent
commit
8f90d4824b
1 changed files with 0 additions and 11 deletions
  1. 0 11
      .github/workflows/ci-app.yml

+ 0 - 11
.github/workflows/ci-app.yml

@@ -27,9 +27,6 @@ jobs:
   lint:
     runs-on: ubuntu-latest
 
-    if: |
-      !startsWith(github.ref, 'refs/heads/support/prepare-v')
-
     strategy:
       matrix:
         node-version: [16.x]
@@ -81,10 +78,6 @@ jobs:
   test:
     runs-on: ubuntu-latest
 
-    if: |
-      !startsWith(github.ref, 'refs/heads/support/prepare-v')
-
-
     strategy:
       matrix:
         node-version: [16.x]
@@ -151,10 +144,6 @@ jobs:
   launch-dev:
     runs-on: ubuntu-latest
 
-    if: |
-      !startsWith(github.ref, 'refs/heads/support/prepare-v')
-
-
     strategy:
       matrix:
         node-version: [16.x]