Compare commits

..

1 commit

Author SHA1 Message Date
zorun
6040e842dd
Merge 0a50941c35 into c2db991ffd 2024-12-27 00:07:26 +01:00
2 changed files with 4 additions and 4 deletions

View file

@ -2,9 +2,9 @@ name: CI
on:
push:
branches: [ 'main', 'stable-*' ]
branches: [ 'master', 'stable-*' ]
pull_request:
branches: [ 'main', 'stable-*' ]
branches: [ 'master', 'stable-*' ]
jobs:
lint:

View file

@ -3,9 +3,9 @@ name: Docker build
on:
push:
tags: ['*']
branches: [ 'main', 'stable-*' ]
branches: [ 'master', 'stable-*' ]
pull_request:
branches: [ 'main', 'stable-*' ]
branches: [ 'master', 'stable-*' ]
jobs: