revert test filter

This commit is contained in:
sid palas
2021-05-27 17:15:44 -07:00
parent b9126d2648
commit 99fa5aa790

View File

@@ -4,7 +4,6 @@ on:
push:
branches:
- main
- feature/test-filters
tags:
- v\d+\.\d+\.\d+$
pull_request:
@@ -81,7 +80,7 @@ jobs:
id: check-tag
run: |
if [[ ${{ github.ref }} =~ "^refs\/tags\/v[0-9]+\.[0-9]+\.[0-9]+$" ]]; then echo ::set-output name=environment::production
elif [[ ${{ github.ref }} == 'refs/heads/feature/test-filters' ]]; then echo ::set-output name=environment::staging
elif [[ ${{ github.ref }} == 'refs/heads/main' ]]; then echo ::set-output name=environment::staging
else echo ::set-output name=environment::unknown
fi