Skip to content

Commit

Permalink
Actions are run also for 'qe3' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanda Vacek committed Aug 21, 2023
1 parent 0d44991 commit a001c6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: AppImage

on:
push:
branches: [ "master", "qt6" ]
branches: [ "master", "qe3" ]
pull_request:
branches: [ "master", "qt6" ]
branches: [ "master", "qe3" ]

jobs:
ubuntu-qt6:
ubuntu-qe3:
name: Qt 6.5 / Ubuntu 20.04
runs-on: ubuntu-20.04
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Installer

on:
push:
branches: [ "master", "qt6", "qt6-test" ]
branches: [ "master", "qe3" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "qe3" ]

jobs:
windows:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Lint

on:
push:
branches: [ "master" ]
branches: [ "master", "qe3" ]
pull_request:
branches: [ "master", "qt6" ]
branches: [ "master", "qe3" ]

jobs:
clang-tidy:
Expand Down

0 comments on commit a001c6b

Please sign in to comment.