Skip to content

Commit

Permalink
Merge branch 'main' into tzdata-doc-update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsm-23 authored Aug 13, 2023
2 parents b5026a2 + 1405036 commit a801ff9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
- 2.0.x
- 2.1.x
pull_request:
branches:
- main
- 2.0.x
- 2.1.x

env:
ENV_FILE: environment.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docbuild-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
branches:
- main
- 2.0.x
- 2.1.x
tags:
- '*'
pull_request:
branches:
- main
- 2.0.x
- 2.1.x

env:
ENV_FILE: environment.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
- 2.0.x
- 2.1.x
pull_request:
branches:
- main
- 2.0.x
- 2.1.x
types: [ labeled, opened, synchronize, reopened ]

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
- 2.0.x
- 2.1.x
pull_request:
branches:
- main
- 2.0.x
- 2.1.x
paths-ignore:
- "doc/**"
- "web/**"
Expand Down

0 comments on commit a801ff9

Please sign in to comment.