File tree Expand file tree Collapse file tree 3 files changed +465
-293
lines changed
Expand file tree Collapse file tree 3 files changed +465
-293
lines changed Original file line number Diff line number Diff line change 4949 run : echo "VERSION=$(cat package.json | jq -r .version)" >> $GITHUB_ENV
5050
5151 - name : SonarQube Scan (Push)
52- if : github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development ')
52+ if : github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main_v1_disable_flag_sets_in_localstorage ')
5353 uses :
SonarSource/[email protected] 5454 env :
5555 SONAR_TOKEN : ${{ secrets.SONARQUBE_TOKEN }}
7777 -Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}
7878
7979 - name : Store assets
80- if : github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development ')
80+ if : github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main_v1_disable_flag_sets_in_localstorage ')
8181 uses : actions/upload-artifact@v3
8282 with :
8383 name : assets
8888 name : Upload assets
8989 runs-on : ubuntu-latest
9090 needs : build
91- if : github.event_name == 'push' && github.ref == 'refs/heads/development '
91+ if : github.event_name == 'push' && github.ref == 'refs/heads/main_v1_disable_flag_sets_in_localstorage '
9292 strategy :
9393 matrix :
9494 environment :
You can’t perform that action at this time.
0 commit comments