diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-06-08 22:23:39 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-06-13 17:21:50 +0200 |
commit | 0311c1e980c73d7b2ce961bd650b0d24bf9ca2e6 (patch) | |
tree | 86470fa2a612aa4a532ace68c241122df7a61ee6 | |
parent | freestyle_libre: extract non-encrypted metadata from encrypted messages. (diff) | |
download | glucometerutils-0311c1e980c73d7b2ce961bd650b0d24bf9ca2e6.tar glucometerutils-0311c1e980c73d7b2ce961bd650b0d24bf9ca2e6.tar.gz glucometerutils-0311c1e980c73d7b2ce961bd650b0d24bf9ca2e6.tar.bz2 glucometerutils-0311c1e980c73d7b2ce961bd650b0d24bf9ca2e6.tar.lz glucometerutils-0311c1e980c73d7b2ce961bd650b0d24bf9ca2e6.tar.xz glucometerutils-0311c1e980c73d7b2ce961bd650b0d24bf9ca2e6.tar.zst glucometerutils-0311c1e980c73d7b2ce961bd650b0d24bf9ca2e6.zip |
-rw-r--r-- | .github/workflows/pre-commit.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 1168292..9663103 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -7,7 +7,7 @@ name: pre-commit on: pull_request: push: - branches: [master] + branches: [main] jobs: pre-commit: |