From 433f1280ec58993099d5ab702a17b5da67aa0cb0 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange <58280776+MeowcaTheoRange@users.noreply.github.com> Date: Sat, 28 May 2022 12:46:28 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 160387d..23c89a9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,12 +4,6 @@ name: CI # Controls when the workflow will run on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - pull_request: - branches: [ main ] - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -31,3 +25,6 @@ jobs: cd $GITHUB_WORKSPACE/code/ ls $GITHUB_WORKSPACE node converter.js $GITHUB_WORKSPACE + git add $GITHUB_WORKSPACE/story/* + git commit -m "Automated file change + git push origin master