Skip to content

Commit

Permalink
add development branch in the workflow (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: untari <sastraembun0306@gmail.com>
  • Loading branch information
untari and untari committed May 18, 2024
1 parent 0c58ef8 commit 0d18b43
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker
on:
workflow_dispatch:
push:
branches: [ development, main ]
branches: [ development, master ]
tags: [ "*" ]

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Documentation

on:
push:
branches: [ master ]
branches: [ development, master ]
paths-ignore:
- 'src/pretix/locale/**'
- 'src/pretix/static/**'
- 'src/tests/**'
pull_request:
branches: [ master ]
branches: [ development, master ]
paths-ignore:
- 'src/pretix/locale/**'
- 'src/pretix/static/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Strings

on:
push:
branches: [ master ]
branches: [ development, master ]
paths:
- 'doc/**'
- 'src/pretix/locale/**'
pull_request:
branches: [ master ]
branches: [ development, master ]
paths:
- 'doc/**'
- 'src/pretix/locale/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Code Style

on:
push:
branches: [ master ]
branches: [ development, master ]
paths-ignore:
- 'src/pretix/locale/**'
- 'src/pretix/static/**'
pull_request:
branches: [ master ]
branches: [ development, master ]
paths-ignore:
- 'src/pretix/locale/**'
- 'src/pretix/static/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Tests

on:
push:
branches: [ master ]
branches: [ development, master ]
paths-ignore:
- 'doc/**'
- 'src/pretix/locale/**'
pull_request:
branches: [ master ]
branches: [ development, master ]
paths-ignore:
- 'doc/**'
- 'src/pretix/locale/**'
Expand Down

0 comments on commit 0d18b43

Please sign in to comment.