diff --git a/.github/workflows/CodeCoverage.yml b/.github/workflows/CodeCoverage.yml index af1e817d89..ec33a77182 100644 --- a/.github/workflows/CodeCoverage.yml +++ b/.github/workflows/CodeCoverage.yml @@ -2,8 +2,6 @@ name: Code Coverage on: push: - branches: - - main tags: '*' pull_request: diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 8bd7a61cec..180913690c 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -2,10 +2,6 @@ name: Documentation on: push: - branches: - - main - - trying - - staging tags: '*' pull_request: diff --git a/.github/workflows/JuliaFormatter.yml b/.github/workflows/JuliaFormatter.yml index 60194aac33..12e913bc58 100644 --- a/.github/workflows/JuliaFormatter.yml +++ b/.github/workflows/JuliaFormatter.yml @@ -2,10 +2,6 @@ name: JuliaFormatter on: push: - branches: - - main - - trying - - staging tags: '*' pull_request: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49a43dab80..fbb4533d25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,6 @@ name: ci on: push: - branches: - - main - - trying - - staging tags: '*' pull_request: