Skip to content

Commit

Permalink
PATHS ARE BACK
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Jul 14, 2024
1 parent 3f75e15 commit 01d9cac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/asm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Assembly

on:
push:
# paths:
# - asm/**
paths:
- asm/**
branches: [ "main" ]
pull_request:
# paths:
# - asm/**
paths:
- asm/**
branches: [ "main" ]
merge_group:

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Rust

on:
push:
# paths:
# - shell/**
paths:
- shell/**
branches: [ "main" ]
pull_request:
# paths:
# - shell/**
paths:
- shell/**
branches: [ "main" ]
merge_group:

Expand Down

0 comments on commit 01d9cac

Please sign in to comment.