Skip to content

Commit

Permalink
ci: format code only on master/main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rzuppur committed Sep 26, 2022
1 parent 566217b commit b0cf4ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on:
- push
push:
branches:
- main
- master

concurrency:
group: format-${{ github.ref }}
Expand Down

0 comments on commit b0cf4ba

Please sign in to comment.