Skip to content

Commit

Permalink
Merge pull request #14 from HistoryAtState/fix/ci-releases
Browse files Browse the repository at this point in the history
Fix/ci releases
  • Loading branch information
joewiz authored Feb 11, 2025
2 parents a17b47a + fccb8b3 commit c93be50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

# Commit repo.xml file
- name: Commit and Push
if: ${{ matrix.java-version == 17 && github.event_name == 'push' }}
if: ${{ matrix.java-version == 17 && github.event_name == 'push' && github.ref != 'refs/heads/master' }}
uses: actions-x/commit@v6
with:
message: "fix(repo.xml): update [skip ci]"
Expand Down
2 changes: 1 addition & 1 deletion repo.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo" commit-id="3c571046b8906181fc5f0390700396795220a589" commit-time="1738773092">
<meta xmlns="http://exist-db.org/xquery/repo" commit-id="9e34c1930f59b8234597717413158d712b283225" commit-time="1739274288">
<description>Carousel (data)</description>
<author>Office of the Historian</author>
<website>https://history.state.gov</website>
Expand Down

0 comments on commit c93be50

Please sign in to comment.