Skip to content

Commit aa1ec07

Browse files
authored
Merge pull request #147 from gianlucam76/action
Fix action branches
2 parents 5e0e74b + 756aa70 commit aa1ec07

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- 'master'
6+
- 'main'
7+
- 'dev'
78
pull_request:
89
types: opened
910

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/onsi/ginkgo/v2 v2.6.0
1313
github.com/onsi/gomega v1.24.1
1414
github.com/pkg/errors v0.9.1
15-
github.com/projectsveltos/libsveltos v0.4.1-0.20230208005957-4c4f67b2a8f7
15+
github.com/projectsveltos/libsveltos v0.4.1-0.20230215183926-f3b22a1015a8
1616
github.com/prometheus/client_golang v1.13.0
1717
github.com/spf13/pflag v1.0.5
1818
golang.org/x/text v0.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,8 +790,8 @@ github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndr
790790
github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s=
791791
github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 h1:oL4IBbcqwhhNWh31bjOX8C/OCy0zs9906d/VUru+bqg=
792792
github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1/go.mod h1:nSbFQvMj97ZyhFRSJYtut+msi4sOY6zJDGCdSc+/rZU=
793-
github.com/projectsveltos/libsveltos v0.4.1-0.20230208005957-4c4f67b2a8f7 h1:dxVuNP8lw1TrgDoIMrccTPZhKtYaGQpkYKJadbM+uLM=
794-
github.com/projectsveltos/libsveltos v0.4.1-0.20230208005957-4c4f67b2a8f7/go.mod h1:smYCt3DQSZpQqsaoM2mJAIP6RAMXcxw5Af0mzkncCs4=
793+
github.com/projectsveltos/libsveltos v0.4.1-0.20230215183926-f3b22a1015a8 h1:B487EjyzDELxx7yRaTz7TMjI/X6LAHguLgrKmVRNfKU=
794+
github.com/projectsveltos/libsveltos v0.4.1-0.20230215183926-f3b22a1015a8/go.mod h1:smYCt3DQSZpQqsaoM2mJAIP6RAMXcxw5Af0mzkncCs4=
795795
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
796796
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
797797
github.com/prometheus/client_golang v1.1.0/go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g=

0 commit comments

Comments
 (0)