Skip to content

Commit

Permalink
Merge pull request #38 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 a0da1e9 + 32d78fb commit 96f395f
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="43ce4ee10e5914c8b542880cedda53e8340049ba" commit-time="1738774340">
<meta xmlns="http://exist-db.org/xquery/repo" commit-id="e13a4dd3a063b7f94685b373b886c74f6752dcae" commit-time="1739274772">
<description>Principal Officers &amp; Chiefs of Mission (data)</description>
<author>Office of the Historian</author>
<website>https://history.state.gov</website>
Expand Down

0 comments on commit 96f395f

Please sign in to comment.