Skip to content

Commit 6617b19

Browse files
zoe-marieAGiljanovic
authored andcommitted
simple workflow with workflow_dispatch
1 parent 3229ec2 commit 6617b19

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/create-user-db.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11

2-
name: Create User DB test
2+
name: Create User DB
33
on:
4-
push:
5-
branches:
6-
- main # remove this line later
74
workflow_dispatch:
85

96

107
jobs:
11-
create-db:
8+
placeholder-job:
129
runs-on: ubuntu-latest
1310

1411
steps:

0 commit comments

Comments
 (0)