diff options
author | Itay Grudev <itay+github.com@grudev.com> | 2022-06-09 16:04:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 16:04:33 +0300 |
commit | 9c2241f93637643c36a0c902b216265e6bb3764d (patch) | |
tree | e08ab92f9728e5216f6112b27efef116ec723d7e /.github/workflows | |
parent | Removed sed frmo CMakeLists as it is not cross-platform (diff) | |
parent | Update README.md (diff) | |
download | singleapplication-9c2241f93637643c36a0c902b216265e6bb3764d.tar.xz |
Merge branch 'master' into doxygen-awesome-fork-url-fix
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/doxygen.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index 6208b07..19bd8c9 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -3,7 +3,6 @@ name: "Documentation" on: push: branches: - - 'main' - 'master' jobs: |