diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2025-08-18 12:34:50 -0400 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2025-08-18 12:34:50 -0400 |
| commit | 9e156a16ffd7eb6ed9103bd8ef7705498f8c0c03 (patch) | |
| tree | b799abb36ce0f53490a40078aefac59e1093ff86 /.github | |
| parent | 25e5f367ff9c8ea787eb4406178cb0522f9de4d1 (diff) | |
| download | pantry-9e156a16ffd7eb6ed9103bd8ef7705498f8c0c03.tar.gz pantry-9e156a16ffd7eb6ed9103bd8ef7705498f8c0c03.tar.bz2 pantry-9e156a16ffd7eb6ed9103bd8ef7705498f8c0c03.zip | |
Switch to main as default branch
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pull_requests.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c459ee..8a72677 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: Pantry build on: push: branches: - - trunk + - main tags: - v* diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 16bcb8e..bc43317 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -2,7 +2,7 @@ name: Pantry PR on: pull_request: - branches: [ "trunk" ] + branches: [ "main" ] jobs: react: |
