Skip to content

Commit b8b4c19

Browse files
committed
Couple more tweaks
1 parent b97bc65 commit b8b4c19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Release
22
on:
33
push:
4+
branches: ["master", "series/1.x"]
45
tags: ["v*"]
56
jobs:
67
publish:
7-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
89
strategy:
910
matrix:
1011
scalajsversion: ["1.x", "0.6.x"]

0 commit comments

Comments
 (0)