Compare commits

..

1 commit

Author SHA1 Message Date
dependabot[bot]
bcb0d94a49
Merge e061d9314a 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: