Add workflow rules
This commit is contained in:
@@ -15,6 +15,13 @@
|
||||
# this program. If not, see <http s ://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_MERGE_REQUEST_IID
|
||||
- if: $CI_COMMIT_TAG
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
- if: $CI_PIPELINE_SOURCE == "web"
|
||||
|
||||
stages:
|
||||
- test
|
||||
- build
|
||||
|
||||
Reference in New Issue
Block a user