Skip to content

Commit 457c462

Browse files
fix: gh action pipeline runner
Signed-off-by: Tobias Pressler <[email protected]>
1 parent 5814a89 commit 457c462

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test-and-release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: Test and Release
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- main
36

47
jobs:
58
test-and-release:
69
name: Run tests and release
7-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
811
steps:
912
- name: Checkout
1013
uses: actions/checkout@v4

0 commit comments

Comments
 (0)