Skip to content

Commit

Permalink
Change formatter action to run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
IbraheemTuffaha committed Aug 9, 2023
1 parent eb807c6 commit 7756c3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Formatter

on:
push:
branches: ["main"]
pull_request:
branches: [main]
branches: ["main"]

jobs:
build:
Expand Down

0 comments on commit 7756c3a

Please sign in to comment.