diff options
author | 2020-11-22 09:03:19 +0200 | |
---|---|---|
committer | 2020-11-22 09:03:19 +0200 | |
commit | e0af3d5be0f2d85b39c368e12eb3c928d71808be (patch) | |
tree | 5345ecddc0adcf7f3beaf1573bb4ff04a9fcc3af | |
parent | Create .dockerignore in order to not add all files to Docker image (diff) |
Create empty workflow file
I want to use GH helper for Workflow files,
but this require to already have file.
-rw-r--r-- | .github/workflows/forms-backend.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/forms-backend.yml b/.github/workflows/forms-backend.yml new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.github/workflows/forms-backend.yml @@ -0,0 +1 @@ + |