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: on:
push: push:
branches: [ 'main', 'stable-*' ] branches: [ 'master', 'stable-*' ]
pull_request: pull_request:
branches: [ 'main', 'stable-*' ] branches: [ 'master', 'stable-*' ]
jobs: jobs:
lint: lint:

View file

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