Skip to content

Commit

Permalink
cd: update run mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiano-mallmann committed Aug 4, 2023
1 parent 0f6f843 commit f7c95b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/data/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ MAINTAINER Open Source Team

WORKDIR /opt/bitnami/magento
COPY auth.json /opt/bitnami/magento
RUN composer require pagarme/pagarme-magento2-module:dev-stg
RUN composer require pagarme/pagarme-magento2-module:dev-test
13 changes: 4 additions & 9 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
name: CD

on:
push:
branches:
- develop
- test
- stg
pull_request:
branches: ["stg", "develop"]
types: closed
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:

publish:
-
strategy:
matrix:
tags: [php8, stg, test]
-
tags: [php8, stg]
name: Publish
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f7c95b0

Please sign in to comment.