diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c41273f0..0054703e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,8 +1,9 @@ name: lint on: - push: - branches: [ "main" ] + #FIXME: uncomment it once open source + #push: + #branches: [ "main" ] pull_request: branches: [ "main" ] diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d37630c..b00b86f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,11 +1,12 @@ name: test on: - push: - branches: [ "main" ] - paths-ignore: - - "site/**" - - "**/*.md" + #FIXME: uncomment it once open source + #push: + #branches: [ "main" ] + #paths-ignore: + #- "site/**" + #- "**/*.md" pull_request: branches: [ "main" ] paths-ignore: