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