Skip to content

Commit

Permalink
revert to build in main
Browse files Browse the repository at this point in the history
  • Loading branch information
thatstoasty committed Sep 13, 2024
1 parent 5651a59 commit d3fc1f1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Build all packages

# on:
# push:
# branches:
# - main
# workflow_dispatch:
# pull_request:
# branches:
# - main
on: ["push"]
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
branches:
- main
# on: ["push"]

jobs:
build:
Expand Down

0 comments on commit d3fc1f1

Please sign in to comment.