Skip to content

Commit

Permalink
trigger workflow runs on bor's "staging" branch
Browse files Browse the repository at this point in the history
I think:
trying is for bors try
staging is for bors r+
  • Loading branch information
michaelkirk committed Aug 6, 2021
1 parent f1312f2 commit 822deaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ master, trying ]
branches: [ master, trying, staging ]
pull_request:
branches: [ master, trying ]
branches: [ master, trying, staging ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit 822deaa

Please sign in to comment.