Skip to content

Commit

Permalink
fix: Fixed the push configuration to include the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Mar 26, 2024
1 parent ab43ac9 commit def340f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release

on: "push"
# push:
# branches:
# - main
push:
branches:
- main

jobs:
release:
Expand Down

0 comments on commit def340f

Please # to comment.