Skip to content

Commit 1bd0a79

Browse files
committed
ci: not run ci when publish new version and fix build
1 parent a50eb25 commit 1bd0a79

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/build.yml

-6
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ on:
1414
- "release.toml"
1515
- "LICENS**"
1616
- "README.md"
17-
branches:
18-
- "main"
19-
- "master"
2017
tags:
2118
- "**"
2219

@@ -50,9 +47,6 @@ jobs:
5047
- uses: actions/checkout@v3
5148
- uses: dsherret/rust-toolchain-file@v1
5249
- uses: Swatinem/rust-cache@v2
53-
- name: Load .env file
54-
uses: xom9ikk/dotenv@v2
55-
5650
- name: Build Release
5751
uses: actions-rs/[email protected]
5852
with:

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
- "release.toml"
1212
- "LICENSE*"
1313
- "README.md"
14+
tags-ignore:
15+
- "**"
1416
pull_request:
1517
branches:
1618
- main

0 commit comments

Comments
 (0)