Skip to content

Commit

Permalink
feat : update build action
Browse files Browse the repository at this point in the history
  • Loading branch information
TariqAyman committed Aug 10, 2024
1 parent f157e3f commit e52074f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build and Compile code modules

on:
push:
branches:
- main
release:
types: [released]

Expand Down Expand Up @@ -34,6 +37,6 @@ jobs:
if: steps.git-check.outputs.changes == 'true'
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: release
branch: main
commit_message: 'Build Action ${{ github.sha }}'
file_pattern: '.'

0 comments on commit e52074f

Please sign in to comment.