Skip to content

Commit

Permalink
changed back to main in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
giladAlboher committed Jan 27, 2024
1 parent f3747a6 commit 7bff8c2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
# - cron: '0 8,20 * * *'
push:
branches:
- dev
- main
pull_request:
branches:
- main
repository_dispatch:
types:
- trigger-ci-testing
Expand Down Expand Up @@ -90,7 +93,7 @@ jobs:
uses: github-actions-x/[email protected]
with:
github-token: ${{ secrets.GH_TOKEN }}
push-branch: 'dev'
push-branch: 'main'
commit-message: 'publish'
force-add: 'true'
files: trading-app.yaml
Expand Down

0 comments on commit 7bff8c2

Please sign in to comment.