diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a40b203..45205ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,9 @@ on: pull_request: push: branches: - - main + - 'main' + - 'force_ci/all/**' # For development, forcing all workflows to run. + - 'force_ci/build/**' # For debugging and/or only forcing this workflow. jobs: # Build the RocksDB C library and cache the result. diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 2a7c68d..1bcd88a 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -4,8 +4,9 @@ on: pull_request: push: branches: - - main - - workflows/debian # For debugging. + - 'main' + - 'force_ci/all/**' # For development, forcing all workflows to run. + - 'force_ci/debian/**' # For debugging and/or only forcing this workflow. jobs: debian-build: