Skip to content

Commit a99ffff

Browse files
authored
Merge pull request #671 from onflow/v0.16
Port v0.16.1-rc.3 / v0.16.1 to main
2 parents 9a7d38a + 82da486 commit a99ffff

29 files changed

Lines changed: 3761 additions & 245 deletions

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ on:
1010
push:
1111
branches:
1212
- main
13+
- '*-rc'
1314
- 'feature/**'
1415
- 'release-**'
1516
pull_request:
1617
branches:
1718
- main
19+
- '*-rc'
1820
- 'feature/**'
1921
- 'release-**'
2022

@@ -24,7 +26,7 @@ concurrency:
2426

2527
jobs:
2628

27-
# Test on various OS with default Go version.
29+
# Test on various OS with default Go version.
2830
tests:
2931
name: Test on ${{matrix.os}}
3032
runs-on: ${{ matrix.os }}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@
1313

1414
# Dependency directories (remove the comment below to include it)
1515
# vendor/
16+
17+
.idea

0 commit comments

Comments
 (0)