Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiannis128 committed Nov 8, 2024
1 parent 9a51767 commit 140506e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Checking
name: Development
on: push

jobs:
Expand Down Expand Up @@ -144,14 +144,12 @@ jobs:
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git config pull.ff only
# Add and commit without changing message
- name: Git Add
run: |
git add esbmc_ai/__about__.py
git commit --amend --no-edit
git pull
git commit -m "Increment version"
- name: GitHub Push
if: github.ref != 'refs/heads/master'
Expand Down

0 comments on commit 140506e

Please sign in to comment.