Skip to content

Commit

Permalink
revert 'on' hook back to main branch push only
Browse files Browse the repository at this point in the history
  • Loading branch information
BNJHope committed May 13, 2024
1 parent e42b3b8 commit af385d7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Build and Publish

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

on: ['push']

on:
push:
branches:
- main

jobs:
build:
Expand Down

0 comments on commit af385d7

Please sign in to comment.