diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 5e2ec84..7aa7623 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -1,6 +1,6 @@ on: push: - branches: [ staging, trying, master ] + branches: [ staging, trying ] pull_request_target: name: Clippy check diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 98046b4..281c6df 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -1,6 +1,6 @@ on: push: - branches: [ staging, trying, master ] + branches: [ staging, trying ] pull_request: name: Fuzz diff --git a/.github/workflows/rustfmt.yaml b/.github/workflows/rustfmt.yaml index 062306c..3d065a2 100644 --- a/.github/workflows/rustfmt.yaml +++ b/.github/workflows/rustfmt.yaml @@ -1,6 +1,6 @@ on: push: - branches: [ staging, trying, master ] + branches: [ staging, trying ] pull_request: name: Rustfmt check diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c160ac..36e4732 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ on: push: - branches: [ staging, trying, master ] + branches: [ staging, trying ] pull_request: name: Test