File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
run : echo "VERSION=$(cat package.json | jq -r .version)" >> $GITHUB_ENV
50
50
51
51
- name : SonarQube Scan (Push)
52
- if : github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/refactor_type_definitions ')
52
+ if : github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development ')
53
53
uses :
SonarSource/[email protected]
54
54
env :
55
55
SONAR_TOKEN : ${{ secrets.SONARQUBE_TOKEN }}
77
77
-Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}
78
78
79
79
- name : Store assets
80
- if : github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/refactor_type_definitions ')
80
+ if : github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development ')
81
81
uses : actions/upload-artifact@v3
82
82
with :
83
83
name : assets
88
88
name : Upload assets
89
89
runs-on : ubuntu-latest
90
90
needs : build
91
- if : github.event_name == 'push' && github.ref == 'refs/heads/refactor_type_definitions '
91
+ if : github.event_name == 'push' && github.ref == 'refs/heads/development '
92
92
strategy :
93
93
matrix :
94
94
environment :
You can’t perform that action at this time.
0 commit comments