Skip to content

Commit

Permalink
Re-enable plane-0.3.x workflows (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb authored Jan 22, 2024
1 parent f93ae84 commit 0ea14a9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-cli-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Build CLI Image

on:
push:
branches: [ "main" ]
branches: [ "plane-0.3.x" ]
tags: [ 'v*.*.*' ]
paths-ignore: [ "/docs" ]

pull_request:
branches: [ "main" ]
branches: [ "plane-0.3.x" ]
paths:
- '.github/workflows/build-cli-image.yml'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-controller-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Build Controller Image

on:
push:
branches: [ "main" ]
branches: [ "plane-0.3.x" ]
tags: [ 'v*.*.*' ]
paths-ignore: [ "/docs" ]

pull_request:
branches: [ "main" ]
branches: [ "plane-0.3.x" ]
paths:
- '.github/workflows/build-controller-image.yml'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-drone-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Drone Image

on:
push:
branches: [ "main" ]
branches: [ "plane-0.3.x" ]
tags: [ 'v*.*.*' ]
paths-ignore: [ "/docs" ]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-metrics-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Build Plane Metrics Image

on:
push:
branches: ["main"]
branches: ["plane-0.3.x"]
tags: ['v*.*.*']
paths-ignore: ["/docs"]

pull_request:
branches: ["main"]
branches: ["plane-0.3.x"]
paths:
- '.github/workflows/build-metrics-image.yml'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Tests

on:
push:
branches: [ main ]
branches: [ plane-0.3.x ]
paths-ignore: [ "/docs" ]
pull_request:
branches: [ main ]
branches: [ plane-0.3.x ]
paths-ignore: [ "/docs" ]

env:
Expand Down
Binary file added drone.sqlite
Binary file not shown.

0 comments on commit 0ea14a9

Please sign in to comment.