Port MASTG-TEST-0077 WebView file access testing to v2 (iOS) #1237
This file contains hidden or 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: Check Website Build | |
| on: | |
| pull_request: | |
| branches: | |
| - "*" | |
| jobs: | |
| build: | |
| uses: OWASP/mas-website/.github/workflows/build-website-reusable.yml@main | |
| with: | |
| deploy: false | |
| sources_override_json: ${{ format('{{"OWASP/mastg":"refs/pull/{0}/head"}}', github.event.pull_request.number) }} |