ci.yaml: Replace standard-tests.yaml by ci.yaml #2
1 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
name: Standard CI tests
|
name: CI
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
|
|
@ -7,7 +7,8 @@ on:
|
||||||
- master
|
- master
|
||||||
- main
|
- main
|
||||||
- released
|
- released
|
||||||
|
enable-email-notifications: true
|
||||||
jobs:
|
jobs:
|
||||||
CI:
|
CI:
|
||||||
name: Packaging test - All supported platforms
|
name: Packaging test
|
||||||
uses: ci/workflows/.github/workflows/test-packaging.yaml@master
|
uses: ci/workflows/.github/workflows/test-packaging.yaml@master-test
|
||||||
Loading…
Add table
Add a link
Reference in a new issue