Skip to content

Commit

Permalink
GH actions: change trigger branch master-> main
Browse files Browse the repository at this point in the history
hey ho politically correct names

it was a rudiment from the original phd repo
  • Loading branch information
pesekon2 committed Nov 14, 2024
1 parent 26392c0 commit 24a05ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/consistency_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name: consistency_test
on:
push:
branches:
- 'master'
- 'main'
paths:
- 'src/**'
- 'cnn_lib/**'
- 'docker/**'
- '.github/**'
pull_request:
branches:
- '*'
paths:
- 'src/**'
- 'cnn_lib/**'
- 'docker/**'
- '.github/**'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: docker_build
on:
push:
branches:
- 'master'
- 'main'
paths:
- 'docker/**'
- '.github/**'
Expand Down

0 comments on commit 24a05ba

Please sign in to comment.