Skip to content

Commit

Permalink
chore: add on push
Browse files Browse the repository at this point in the history
  • Loading branch information
paologalligit committed Aug 9, 2024
1 parent 61bb9c4 commit 5b08666
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/biuld-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Run Build & Lint

on:
workflow_call:
push:
branches:
- 'main'
pull_request:
branches:
- '*'

jobs:
build:
Expand Down

0 comments on commit 5b08666

Please sign in to comment.