Skip to content

Commit

Permalink
Update build workflow paths (#114)
Browse files Browse the repository at this point in the history
Makes the Build And Test workflow run when the Cargo.toml or Cargo.lock
files are changed as well as the source/test directories.
  • Loading branch information
MysteryBlokHed authored Aug 11, 2021
1 parent c60409a commit ceb2143
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
paths:
- src/**
- tests/**
- Cargo.*
push:
branches:
- master
paths:
- src/**
- tests/**
- Cargo.*

jobs:
windows_build:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Add Binaries to Release
on:
release:
types: [published]
types:
- published

jobs:
add_binaries:
Expand Down

0 comments on commit ceb2143

Please sign in to comment.