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