1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 09:34:04 +00:00

exclude master from CI

This commit is contained in:
Samuel Štancl 2022-06-01 15:35:39 +02:00 committed by GitHub
parent 51228defc6
commit db9480f54e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,9 +5,9 @@ env:
on:
push:
branches: [ 3.x, 2.x, master ]
branches: [ 3.x, 2.x ]
pull_request:
branches: [ 3.x, 2.x, master ]
branches: [ 3.x, 2.x ]
jobs:
tests: