mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-29 22:37:44 +02:00
chore: usage of GitHub flow instead of Git flow
This commit is contained in:
4
.github/workflows/Divlo.yml
vendored
4
.github/workflows/Divlo.yml
vendored
@ -2,9 +2,9 @@ name: 'Divlo'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master, development]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [development]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -2,9 +2,9 @@ name: 'CodeQL'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master, development]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [development]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
Reference in New Issue
Block a user