Skip to content

Commit

Permalink
Merge branch 'dev' into cut-delims
Browse files Browse the repository at this point in the history
  • Loading branch information
zhitkoff committed Mar 12, 2024
2 parents 933326c + 90d08f1 commit 0fd48b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ env:
on:
pull_request:
push:
tags:
# tags:
branches:
- main
- dev

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GnuTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
pull_request:
push:
branches:
- main
- dev

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
push:
branches:
- main
- dev

env:
# * style job configuration
Expand Down

0 comments on commit 0fd48b5

Please sign in to comment.