File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 - name : Set up Gradle
3737 uses : gradle/actions/setup-gradle@v4
3838 with :
39- cache-read-only : ${{ !((github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref_name == 'main' || startsWith(github.ref_name, 'v'))) }}
39+ cache-read-only : ${{ !((github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref_name == 'master' || github.ref_name == ' main' || startsWith(github.ref_name, 'v'))) }}
4040 - name : Cache Cognito ZIP
4141 uses : actions/cache@v4
4242 with :
4848 timeout-minutes : 35
4949 env :
5050 PUBLISH_SCANS : ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
51- && (github.ref_name == 'main' || startsWith(github.ref_name, 'v')) }}
51+ && (github.ref_name == 'master' || github.ref_name == ' main' || startsWith(github.ref_name, 'v')) }}
5252 run : ./gradlew build --scan --no-daemon --console=plain
5353 - name : Upload test reports
5454 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments