Skip to content

Commit

Permalink
[DROP] .github: allow workflows for this dev-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tholewebgods committed Jun 24, 2024
1 parent 94000f4 commit 9693ad2
Show file tree
Hide file tree
Showing 5 changed files with 5 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-oci.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 9693ad2

Please sign in to comment.