Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

line 1 #160

Merged
merged 5 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 29 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ on:
paths-ignore:
- "**.md"
- "**.yml"
- "**.yaml"
- "**.txt"
- "**.toml"
- "!.github/workflows/**.yml"
- "!docs/rpc/openapi.yaml"
- "!contrib/core-contract-tests/**"
workflow_dispatch:
inputs:
tag:
Expand All @@ -24,20 +30,29 @@ on:
- reopened
- synchronize
- ready_for_review
paths:
- "!**.yml"
- "!**.md"
- "**.rs"
- "**.clar"
- ".github/workflows/**" ## only trigger if a workflow has changed
- ".github/actions/**" ## only trigger if a workflow dockerfile has changed
- "**.rs"
- "**.clar"
- "**Cargo.lock"
- "docs/rpc/openapi.yaml"
- "contrib/core-contract-tests/**"
- "net-test/**"
- "**.sh" ## leave for testing
paths-ignore:
- "**.md"
- "**.yml"
- "**.yaml"
- "**.txt"
- "**.toml"
- "!.github/workflows/**.yml"
- "!docs/rpc/openapi.yaml"
- "!contrib/core-contract-tests/**"
# paths:
# - "!**.yml"
# - "!**.md"
# - "**.rs"
# - "**.clar"
# - ".github/workflows/**" ## only trigger if a workflow has changed
# - ".github/actions/**" ## only trigger if a workflow dockerfile has changed
# - "**.rs"
# - "**.clar"
# - "**Cargo.lock"
# - "docs/rpc/openapi.yaml"
# - "contrib/core-contract-tests/**"
# - "net-test/**"
# - "**.sh" ## leave for testing

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ echo "line 9"
echo "line 10"
echo "line 11"
echo "line 12"
echo "line 13"
2 changes: 2 additions & 0 deletions test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ lines:
- line 11
- line 12
- line 13
- line 14
- line 15