Add release branch for release candidates
This commit is contained in:
@@ -2,9 +2,9 @@ name: Linux (3.6)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, dev ]
|
branches: [ main, dev, release ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, dev ]
|
branches: [ main, dev, release ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
testLinux36:
|
testLinux36:
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ name: Linux (3.7)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, dev ]
|
branches: [ main, dev, release ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, dev ]
|
branches: [ main, dev, release ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
testLinux37:
|
testLinux37:
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ name: Linux (3.8)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, dev ]
|
branches: [ main, dev, release ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, dev ]
|
branches: [ main, dev, release ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
testLinux38:
|
testLinux38:
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ name: Linux (3.9)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, dev ]
|
branches: [ main, dev, release ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, dev ]
|
branches: [ main, dev, release ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
testLinux39:
|
testLinux39:
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ name: macOS (3.8)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, dev ]
|
branches: [ main, dev, release ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, dev ]
|
branches: [ main, dev, release ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
testMac38:
|
testMac38:
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ name: Windows (3.8)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, dev ]
|
branches: [ main, dev, release ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, dev ]
|
branches: [ main, dev, release ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
testWin38:
|
testWin38:
|
||||||
|
|||||||
Reference in New Issue
Block a user