diff --git a/.github/workflows/autocompile.yml b/.github/workflows/autocompile.yml index b660d1d..18f0e3b 100644 --- a/.github/workflows/autocompile.yml +++ b/.github/workflows/autocompile.yml @@ -1,10 +1,11 @@ name: Autocompile on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + workflow_dispatch: +# push: +# branches: [ "main" ] +# pull_request: +# branches: [ "main" ] jobs: build: diff --git a/bin/CourseOfferingsScraper b/bin/CourseOfferingsScraper index 16d0f6e..ea234b1 100755 Binary files a/bin/CourseOfferingsScraper and b/bin/CourseOfferingsScraper differ