Skip to content

Commit

Permalink
CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
venimus committed Sep 22, 2023
1 parent 5c25c34 commit 9e7abb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Pull Request
on:
pull_request_target:
#types: [opened, edited, labeled, unlabeled, synchronize]
types: [opened, edited, labeled, unlabeled, synchronize]
branches: [some-branch]
jobs:
action:
uses: matrix-org/matrix-js-sdk/.github/workflows/pull_request.yaml@develop
if: github.repository == 'vector-im/element-web'
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}

0 comments on commit 9e7abb5

Please sign in to comment.