Browse Source

ci(github): don't run CI for translations branch

master
jamaljsr 5 years ago
committed by GitHub
parent
commit
b42c540129
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/main.yml

2
.github/workflows/main.yml

@ -6,6 +6,8 @@ on:
- master
- renovate/*
pull_request:
branches:
- '!translations'
types: [assigned, opened, synchronize, reopened]
jobs:

Loading…
Cancel
Save