Skip to content

Commit ef5ed4d

Browse files
authored
Merge pull request #49 from bUnit-dev/align-workflows
Aligned workflows
2 parents 3724e9c + dc56c3b commit ef5ed4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.DS_Store

-6 KB
Binary file not shown.

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
prepare-release:
1414
name: 🚚 Prepare new release
1515
runs-on: ubuntu-latest
16-
if: contains(fromJson('["major","minor"]'), github.event.inputs.versionIncrement)
16+
if: github.ref == 'refs/heads/main' && contains(fromJson('["major","minor"]'), github.event.inputs.versionIncrement)
1717
steps:
1818
- name: 🛒 Checkout repository
1919
uses: actions/checkout@v2

.github/workflows/verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
with:
5858
setAllVars: true
5959

60-
- name: 🛠️ Building library in release mode
61-
run: dotnet build
60+
- name: 🛠️ Building library in release mode
61+
run: dotnet build

0 commit comments

Comments
 (0)