Skip to content

Commit

Permalink
[CI] Update what branches trigger github actions (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
noelchalmers authored Nov 11, 2022
1 parent c0b8e6e commit 5aa749e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ main, staging ]
pull_request:
branches: [ master ]
branches: [ main, staging ]

jobs:
build:
Expand Down

0 comments on commit 5aa749e

Please sign in to comment.