Skip to content

Commit

Permalink
build: Fix triggering for build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nzdjb committed Mar 29, 2023
1 parent a04af23 commit 31dbc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build
on:
push:
pull_request:
types: [opened, reopened, edited]
types: [opened, reopened, synchronize]
branches: [main]
jobs:
build:
Expand Down

0 comments on commit 31dbc01

Please sign in to comment.