Skip to content

Commit

Permalink
Add 'dev' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaller authored and thypon committed Sep 11, 2023
1 parent 2814e39 commit 2946f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: security
on:
workflow_dispatch:
push:
branches: [main, master, staging, development, devel]
branches: [main, master, staging, development, devel, dev]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main, master, staging, development, devel]
branches: [main, master, staging, development, devel, dev]
permissions:
pull-requests: write
jobs:
Expand Down

0 comments on commit 2946f73

Please sign in to comment.