Skip to content

Commit

Permalink
fixed github action config file
Browse files Browse the repository at this point in the history
(cherry picked from commit 086708e)
  • Loading branch information
YevhenBondarenko committed Sep 25, 2024
1 parent c1828a3 commit 77afc1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-data-converters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Validate Data Converters
on:
push:
branches:
- master
- main
pull_request:
paths:
- 'VENDORS/**/uplink/**'
Expand All @@ -22,7 +22,7 @@ jobs:
architecture: "x64"
- name: Install tb-rest-client
run: |
pip install tb-rest-client-pe
pip install tb-rest-client
- name: Run Validation Script
env:
ENDPOINT: ${{ secrets.ENDPOINT }}
Expand Down

0 comments on commit 77afc1c

Please sign in to comment.