Skip to content

Commit

Permalink
ci: adapt workflows to run for syn/master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Jan 13, 2025
1 parent 29ec766 commit 326ae97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration-tests-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Integration tests - Docker

on:
workflow_dispatch:
#push:
# branches: [ master ]
push:
branches:
# - master
- 'syn/master'
pull_request:
# branches: [ master ]

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Binary

on:
workflow_dispatch:
#push:
# branches: [ master ]
push:
branches:
# - master
- 'syn/master'
#pull_request:
# branches: [ master ]

Expand Down

0 comments on commit 326ae97

Please sign in to comment.