Skip to content

Commit 1054119

Browse files
committed
Adjusted the name of the branch in the workflow file compile.yml
1 parent bc75ea9 commit 1054119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ permissions:
99
# events but only for the master branch
1010
on:
1111
push:
12-
branches: [ main ]
12+
branches: [ 6.0.0 ]
1313
pull_request:
14-
branches: [ main ]
14+
branches: [ 6.0.0 ]
1515

1616
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1717
jobs:

0 commit comments

Comments
 (0)