Github Actions 4 years ago
parent
commit
0880948710
  1. 4
      .github/workflows/repo2store.yml

4
.github/workflows/repo2store.yml

@ -6,7 +6,9 @@ on:
jobs:
repo2store:
runs-on: ubuntu-latest
if: "! endsWith(github.repository, '-store') && startsWith(github.repository, 'itpp-labs/')"
if:
"! endsWith(github.repository, '-store') && startsWith(github.repository,
'itpp-labs/')"
steps:
- name: Checkout REPO
uses: actions/checkout@v2-beta

Loading…
Cancel
Save