Fixed a bug where non-admin user wasn't able to edit their scheduled … #6
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: Web App CI Master | |
on: | |
push: | |
branches: | |
- master | |
- release-* | |
jobs: | |
master-ci: | |
uses: ./.github/workflows/webapp-ci-template.yml |