Skip to content

Commit

Permalink
Merge pull request #147 from holochain/fix-ci-branch-references
Browse files Browse the repository at this point in the history
Fix CI branch references
  • Loading branch information
ThetaSinner committed Nov 8, 2023
1 parent 821439b commit b76a6bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches: [ main, develop, holochain-0.1, holochain-0.2 ]
branches: [ develop, develop-0.1, develop-0.2 ]
pull_request:
branches: [ main, develop, holochain-0.1, holochain-0.2 ]
branches: [ develop, develop-0.1, develop-0.2 ]

jobs:
testbuild:
Expand Down

0 comments on commit b76a6bd

Please sign in to comment.