We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d3865 commit 028543dCopy full SHA for 028543d
1 file changed
.github/workflows/test.yml
@@ -2,10 +2,10 @@ name: Java CI with Maven
2
3
on:
4
push:
5
- branches: [ "master" ]
+ branches: [ "main" ]
6
tags: [ "ffmpeg-*" ]
7
pull_request:
8
9
workflow_dispatch:
10
inputs:
11
skipTests:
@@ -42,7 +42,7 @@ jobs:
42
run: mvn --batch-mode verify -Dgpg.skip -DskipTests=${{ github.event.inputs.skipTests || 'false' }}
43
44
- name: Update dependency graph
45
- if: matrix.java-version == '21' && github.event_name == 'push' && github.ref == 'refs/heads/master'
+ if: matrix.java-version == '21' && github.event_name == 'push' && github.ref == 'refs/heads/main'
46
uses: advanced-security/maven-dependency-submission-action@v4
47
continue-on-error: true
48
0 commit comments