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