Skip to content

Commit

Permalink
Changed to use releases
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdalmolin committed Feb 2, 2024
1 parent f4edef9 commit 66cda78
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php-8.1-couch-mongo.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: php-8.1-couch-mongo-publish
on:
push:
branches:
- master
release:
types: [published]

jobs:
publish:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/php-8.1-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: php-8.1-publish
on:
push:
branches:
- multi-platform
release:
types: [published]

jobs:
publish:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/php-8.2-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: php-8.2-publish
on:
push:
branches:
- multi-platform
release:
types: [published]

jobs:
publish:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/php-8.3-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: php-8.3-publish
on:
push:
branches:
- multi-platform
release:
types: [published]

jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 66cda78

Please sign in to comment.