diff options
| author | hathach <[email protected]> | 2022-12-08 11:48:53 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-12-08 11:48:53 +0700 |
| commit | c19bffb1d91dd7dad3365fce938b6d6687d4e5b0 (patch) | |
| tree | 2d3ac0023cdbf5dae7e5f7df2575d3dbc420abd8 /.github | |
| parent | d0758d0733019debc7a61bf554d14b9a1f16c0cb (diff) | |
clean up
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_esp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_esp.yml b/.github/workflows/build_esp.yml index df4d3d1f5..2e2859c95 100644 --- a/.github/workflows/build_esp.yml +++ b/.github/workflows/build_esp.yml @@ -6,7 +6,7 @@ on: - 'src/**' - 'examples/**' - 'lib/**' - - 'hw/**' + - 'hw/**' pull_request: branches: [ master ] paths: |
