From c308a94f7fc0424afbce2382d220fd52726a1942 Mon Sep 17 00:00:00 2001 From: Naeem Khoshnevis Date: Sun, 2 Jun 2024 14:15:11 -0400 Subject: [PATCH] Drop running actions on PR. --- .github/workflows/build_pages_dev.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build_pages_dev.yml b/.github/workflows/build_pages_dev.yml index 8713cad4..511b191d 100644 --- a/.github/workflows/build_pages_dev.yml +++ b/.github/workflows/build_pages_dev.yml @@ -1,9 +1,6 @@ name: Build on dev (Ubuntu) on: - pull_request: - branches: - - dev push: branches: - dev