From 95d436b1c63ef753a0c627c869cb070749a5c5c9 Mon Sep 17 00:00:00 2001 From: Celeter Date: Sun, 7 Feb 2021 12:10:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/windows.yaml | 2 +- .gitignore | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index c29130f..b6025fe 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -4,7 +4,7 @@ on: # schedule: # - cron: '18 0-16 * * *' push: - branches: [ master ] + branches: [ main ] jobs: build: diff --git a/.gitignore b/.gitignore index 358c324..3716139 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ -/.idea/ -/venv +.idea/ +build/ +dist/ +*.spec +venv output.yaml \ No newline at end of file