diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02b4181..795f39d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,13 @@ on: branches: [ main ] push: branches: [ main ] - workflow_dispatch: + paths: + - .dockerignore + - .github/workflows/release.yml + - Dockerfile + - requirements.txt + - BookingSystem/** + jobs: release: diff --git a/README.md b/README.md index 90a103f..bb9309f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Feide Utstyrbase -For Vågen VGS, might be possible to use for other schools with some modifications - for now this fits our needs, but will most likely not fit yours. +For Vågen VGS, might be possible to use for other schools with some modifications - for now this fits our needs, but will most likely not fit yours. (Work in progress, this is NOT plug and play) ## Setup -README coming soon. +Proper README coming soon. - Register app at Dataporten - Set callback url to `https:///login/feide/callback` @@ -29,4 +29,6 @@ Some endpoints can be accessed without login using the specified `?token= - [ ] Move to a proper database? - [ ] Tests - [ ] Documentation -- [ ] Docker \ No newline at end of file +- [ ] Docker +- [ ] Better README +- [ ] Code cleanup / refactoring, it's a bit inconsistent right now. \ No newline at end of file