Skip to content

Commit

Permalink
temporarily update workflow trigger rule
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Aug 14, 2023
1 parent 1f0b955 commit 4cbb4da
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Build Psibase
on:
workflow_dispatch:
push:
branches:
- main
- "release/*"
pull_request:
types: [assigned, opened, synchronize, reopened, labeled]
on: [pull_request]
# on:
# workflow_dispatch:
# push:
# branches:
# - main
# - "release/*"
# pull_request:
# types: [assigned, opened, synchronize, reopened, labeled]

jobs:
build:
Expand Down

0 comments on commit 4cbb4da

Please sign in to comment.