Skip to content

Commit efc3c89

Browse files
authored
(ci): run e2e and unit tests (#57)
1 parent 0d4ed83 commit efc3c89

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ on:
99
(https://github.com/lhotari/action-upterm/)
1010
required: false
1111
default: false
12-
pull_request:
12+
push:
13+
tags:
14+
- v*
1315
branches:
1416
- main
17+
paths:
18+
- "**/*.go"
19+
pull_request:
1520

1621
concurrency:
1722
group: e2e-${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)