Skip to content

Commit

Permalink
Merge pull request #14 from narma/make_zio-1.x_a_release_branch
Browse files Browse the repository at this point in the history
make zio-1.x a release branch
  • Loading branch information
myazinn authored Aug 22, 2022
2 parents e7b2b9d + b5cf45f commit 2ee09da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ master ]
branches: [ master, zio-1.x ]
pull_request:
branches: [ master ]
branches: [ master, zio-1.x ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
push:
branches: [master, main]
branches: [master, main, zio-1.x]
tags: ["*"]
jobs:
publish:
Expand Down

0 comments on commit 2ee09da

Please sign in to comment.