Add Employee vs Client user type and filter time/reports by employee (#14) #15

Merged
westfarn merged 3 commits from feature/14-employee-client-user-type into master 2026-07-05 05:54:51 -07:00
Showing only changes of commit 42ae10e6fb - Show all commits
+3
View File
@@ -3,6 +3,8 @@ name: Deploy Company Site
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
@@ -24,6 +26,7 @@ jobs:
deploy:
needs: test
if: gitea.event_name == 'push' && gitea.ref == 'refs/heads/master'
runs-on: self-hosted
steps:
- name: Checkout