Skip to content

Commit

Permalink
Fetch Publishing API's main branch for CI tests
Browse files Browse the repository at this point in the history
The `deployed-to-*` branches don't appear to have been used (read: kept
up-to-date) in 2 years. Potentially coinciding with replatforming?

The `main` branch should accurately reflect what's deployed to
production, though, give or take a few minutes.
  • Loading branch information
mike3985 committed Jan 31, 2025
1 parent 8a150bb commit 692bf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: alphagov/publishing-api
ref: deployed-to-production
ref: main
path: vendor/publishing-api

- name: Setup Ruby
Expand Down

0 comments on commit 692bf67

Please sign in to comment.