Skip to content

Commit

Permalink
KMM :: Internal :: Execute build+test Action only on push
Browse files Browse the repository at this point in the history
  • Loading branch information
franmontiel committed Oct 2, 2023
1 parent e4cb10c commit ea75dbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build All Modules
on:
pull_request:
branches:
- "**"
# pull_request:
# branches:
# - "**"
push:
branches:
- "**"
Expand Down

0 comments on commit ea75dbb

Please sign in to comment.