Skip to content

Commit

Permalink
Run github ci when build.rs is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
unic0rn9k committed Apr 16, 2022
1 parent ac0d345 commit 7208efa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Expand Up @@ -4,13 +4,15 @@ on:
push:
branches: [ master ]
paths:
- build.rs
- src/**
- tests/src/**
- .github/workflows/**

pull_request:
branches: [ master ]
paths:
- build.rs
- src/**
- tests/src/**
- .github/workflows/**
Expand Down

0 comments on commit 7208efa

Please sign in to comment.