Skip to content

Commit cdc3249

Browse files
authored
Merge pull request #12 from HistoryAtState/fix/ci-releases
Fix/ci releases
2 parents d0c0dc7 + 649afc0 commit cdc3249

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 xmlns="http://exist-db.org/xquery/repo" commit-id="2fc6fa49ecaf256099aa0959ef350357e9de5a78" commit-time="1738773115">
2+
<meta xmlns="http://exist-db.org/xquery/repo" commit-id="aa547c872c0c3b18d8fa4fc38ee8722ced1928ef" commit-time="1739274341">
33
<description>Conferences (data)</description>
44
<author>Office of the Historian</author>
55
<website>https://history.state.gov</website>

0 commit comments

Comments
 (0)