mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 05:00:21 +11:00
Fix package
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
2e87fbc8d7
commit
52d0d7f5e6
4 changed files with 8 additions and 12 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -10,9 +10,6 @@ on:
|
|||
tags:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'releases/v*'
|
||||
|
||||
jobs:
|
||||
version:
|
||||
|
|
@ -22,7 +19,7 @@ jobs:
|
|||
matrix:
|
||||
version:
|
||||
- latest
|
||||
- 0.1.0-alpha.10
|
||||
- 0.1.0-alpha.17
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
|
|
@ -62,7 +59,7 @@ jobs:
|
|||
matrix:
|
||||
version:
|
||||
- latest
|
||||
- 0.1.0-alpha.10
|
||||
- 0.1.0-alpha.17
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
|
|
|
|||
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -6,9 +6,6 @@ on:
|
|||
- 'main'
|
||||
- 'releases/v*'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'releases/v*'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue