Merge pull request #3717 from jonatjano/docs/NO-ISSUE/add-remove-cont… #414
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: Build | |
on: | |
push: | |
branches: | |
- develop | |
- main | |
pull_request: | |
types: [ opened, synchronize, reopened ] | |
jobs: | |
build: | |
uses: refinedmods/refinedarchitect/.github/workflows/[email protected] | |
with: | |
mutation-testing: false | |
sonarqube: false | |
secrets: inherit |