We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fa73b commit 3a11ae1Copy full SHA for 3a11ae1
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ env:
10
11
jobs:
12
test-linux:
13
- name: Test and deploy
+ name: Test on Linux
14
runs-on: ubuntu-22.04
15
env:
16
TEST_DB_URL: postgres://postgres:testpass@localhost:5432/postgres
.github/workflows/deploy.yml
@@ -1,4 +1,4 @@
1
-name: Manual deploy
+name: Deploy
2
on:
3
push:
4
branches:
0 commit comments