Select office by day through UI #161
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Push (other branches) | |
on: | |
push: | |
branches-ignore: | |
- main | |
jobs: | |
build: | |
name: Build image | |
uses: ./.github/workflows/build_image.yaml | |
tests: | |
name: Run tests | |
uses: ./.github/workflows/run_tests.yaml | |
needs: | |
- build |