Skip to content

Commit 1ba59b8

Browse files
committed
Updated the file compile.yml
1 parent 5131336 commit 1ba59b8

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: [ 3.11 ]
12+
branches: [ 3.10 ]
1313
pull_request:
14-
branches: [ 3.11 ]
14+
branches: [ 3.10 ]
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)