Skip to content

Commit

Permalink
updated zig-master check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Jun 28, 2024
1 parent bef03af commit 3409490
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mastercheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Works with Zig master
on:
push:
branches:
- zig-0.13.0
- zig-master
pull_request:
branches:
- zig-0.13.0
- zig-master
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
Expand Down Expand Up @@ -57,13 +57,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG_NAME: ${{ steps.tag.outputs.version }}
run: |
zig-out/bin/announceybot update-readme "zig-0.13.0"
zig-out/bin/announceybot update-readme "zig-master"
- name: Commit and push if it has changed
run: |
git diff
git checkout zig-0.13.0
git checkout zig-master
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -am "Update README"
git push origin zig-0.13.0
git push origin zig-master

0 comments on commit 3409490

Please sign in to comment.