Skip to content

Commit

Permalink
[DROP] .github: allow workflows for this dev-branch
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Lehmann <[email protected]>
  • Loading branch information
thlehmann-ionos committed Jul 5, 2024
1 parent 851c693 commit 3ce55b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- master
- stable*
- tl/dev/webpack-vue-2-typescript

env:
# Location of the phpunit.xml and phpunit.integration.xml files
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/phpunit-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- master
- stable*
- tl/dev/webpack-vue-2-typescript

env:
# Location of the phpunit.xml and phpunit.integration.xml files
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- master
- stable*
- tl/dev/webpack-vue-2-typescript

env:
# Location of the phpunit.xml and phpunit.integration.xml files
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-nextcloud-ocp-approve-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- main
- master
- stable*
- tl/dev/webpack-vue-2-typescript

permissions:
contents: read
Expand Down

0 comments on commit 3ce55b8

Please sign in to comment.