diff --git a/.github/workflows/auto-tag-release.yml b/.github/workflows/auto-tag-release.yml index 9f9b3a6f..39dfba81 100644 --- a/.github/workflows/auto-tag-release.yml +++ b/.github/workflows/auto-tag-release.yml @@ -2,7 +2,7 @@ name: Auto Tag Release Draft on: push: branches: - - stop-workflow + - main jobs: Patch: runs-on: ubuntu-latest diff --git a/.github/workflows/import-gencon-events.yml b/.github/workflows/import-gencon-events.yml index b096bcbb..3e722235 100644 --- a/.github/workflows/import-gencon-events.yml +++ b/.github/workflows/import-gencon-events.yml @@ -1,8 +1,6 @@ name: Import GenCon Events on: - schedule: - - cron: 0 0 * * * workflow_dispatch: inputs: environment: diff --git a/frontend/.gitignore b/frontend/.gitignore index 8f322f0d..058b9db1 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -7,6 +7,7 @@ # testing /coverage +/test-results # next.js /.next/