diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index ba29318..d1e822e 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -1,5 +1,16 @@ name: validate -on: [push, pull_request] +on: + push: + branches: + [ + "+([0-9])?(.{+([0-9]),x}).x", + "master", + "next", + "next-major", + "beta", + "alpha", + ] + pull_request: {} jobs: main: strategy: