Skip to content

Commit b4d7eac

Browse files
authored
Merge pull request #13 from HistoryAtState/fix/ci-releases
Fix/ci releases
2 parents 91b5414 + acc6486 commit b4d7eac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
# Commit repo.xml file
6464
- name: Commit and Push
65-
if: ${{ matrix.java-version == 17 && github.event_name == 'push' }}
65+
if: ${{ matrix.java-version == 17 && github.event_name == 'push' && github.ref != 'refs/heads/master' }}
6666
uses: actions-x/commit@v6
6767
with:
6868
message: "fix(repo.xml): update [skip ci]"

repo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<meta commit-id="e9e5301da414b7c8a76eaa13ee8c264edee16f75" commit-time="1738774681" xmlns="http://exist-db.org/xquery/repo">
2+
<meta commit-id="e6d5b8d52bb5e2520dd090bff408e5743b971285" commit-time="1739275036" xmlns="http://exist-db.org/xquery/repo">
33
<description>Visits (data)</description>
44
<author>Office of the Historian</author>
55
<website>https://history.state.gov</website>

0 commit comments

Comments
 (0)