Skip to content

Commit

Permalink
Translate want ci too (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior authored Apr 18, 2024
1 parent 7d3030f commit a1a07f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ on:
push:
branches:
- master
- translate
- 'project/**'
- 'gh-readonly-queue/master/**'
- 'gh-readonly-queue/project/**'
pull_request:
branches:
- master
- translate
- 'project/**'
merge_group:
branches:
- master
- translate
jobs:
run_linters:
if: ( !contains(github.event.head_commit.message, '[ci skip]') )
Expand Down

0 comments on commit a1a07f1

Please sign in to comment.