Skip to content

Commit

Permalink
Merge pull request #41 from gdrplatform/GDR-2106
Browse files Browse the repository at this point in the history
Gdr 2106
  • Loading branch information
marcin-kam authored Sep 13, 2023
2 parents 69704ca + 4f56adc commit ddefba8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ name: main

on:
pull_request:
types: [opened, reopened, closed, synchronize]

jobs:
trigger_tests:
Expand All @@ -18,4 +19,6 @@ jobs:
USERNAME: ${{ github.actor }}
PACKAGE_NAME: ${{ github.event.repository.name }}
BRANCH_NAME: ${{ github.head_ref }}
COMMIT_HASH: ${{ github.sha }}
COMMIT_MSG: ${{ github.event.head_commit.message }}
secrets: inherit

0 comments on commit ddefba8

Please sign in to comment.