We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c02bc commit 2b7fdc7Copy full SHA for 2b7fdc7
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ on:
13
jobs:
14
build:
15
name: "Build & Test"
16
- runs-on: selfhosted-ubuntu-medium
+ runs-on: ubuntu-latest
17
18
steps:
19
- name: Checkout code
@@ -27,7 +27,7 @@ jobs:
27
28
test:
29
name: "Test (develop branch)"
30
31
if: github.ref == 'refs/heads/develop'
32
33
@@ -44,7 +44,7 @@ jobs:
44
45
publish:
46
name: "Publish to Clojars"
47
48
if: startsWith(github.ref, 'refs/tags/')
49
50
0 commit comments