Skip to content

Commit

Permalink
Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanito87 committed Feb 2, 2024
1 parent 13f4f53 commit ad5b904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
iname: Build and release template
name: Build and release template

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -9,6 +9,8 @@ on:
push:
paths:
- 'ci/innernet-ref.txt'
pull_request:
paths:
- '.github/workflows/release.yml'

jobs:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ on:
push:
branches:
- '*'
tags-ignore:
- 'v*'
pull_request:
branches:
- '*'

jobs:
test:
Expand Down

0 comments on commit ad5b904

Please sign in to comment.