MDL-71154 ci: Prevent upstream branches and tags to be built
Both for travis and GHA: - master and MOODLE_XXX_STABLE branches - any vX.Y.Z tag won't lead to a build anymore.
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
name: Core
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- master
|
||||
- MOODLE_[0-9]+_STABLE
|
||||
tags-ignore:
|
||||
- v[0-9]+.[0-9]+.[0-9]+*
|
||||
|
||||
env:
|
||||
php: 7.4
|
||||
|
||||
Reference in New Issue
Block a user