diff --git a/.github/workflows/fly.yml b/.github/workflows/fly.yml index efb1a11..4f8b6ad 100644 --- a/.github/workflows/fly.yml +++ b/.github/workflows/fly.yml @@ -6,6 +6,7 @@ on: paths-ignore: - '**/README.md' - '**/.gitignore' + - '**/Post.gs' workflow_dispatch: jobs: diff --git a/.gitignore b/.gitignore index 5d0c31a..dd17376 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ -/secrets.txt -/Post.gs -/form-api.exe +secrets.txt +form-api.exe +form-api +Post.gs diff --git a/Post.gs b/Post.gs index dfacb66..7ab6ec3 100644 --- a/Post.gs +++ b/Post.gs @@ -1,3 +1,5 @@ +// AppScript inside Google Form + function onSubmit(e) { var form = FormApp.getActiveForm();