Skip to content

Commit

Permalink
Rename develop to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Sep 22, 2023
1 parent 5cb9a45 commit 7b7d4a8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "CodeQL"

on:
push:
branches: [ 'develop' ]
branches: [ 'master' ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ 'develop' ]
branches: [ 'master' ]
schedule:
- cron: '36 5 * * 6'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Checks-out repo on develop branch
- uses: actions/checkout@v3
with:
ref: 'develop'
ref: 'master'
# Overwrite target
- run: |
git checkout -b ${{ github.event.inputs.target }}
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/commentBox/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "Comment Box",
"version": "0.0.1",
"author": "spiritbro1",
"website": "https://github.com/snapshot-labs/snapshot/tree/develop/src/plugins/commentBox",
"website": "https://github.com/snapshot-labs/snapshot/tree/master/src/plugins/commentBox",
"icon": "ipfs://QmWpLpFpeQ3iH69uCeXXAfLu56YaL9mNESMGfeJ5XSpkhY"
}
2 changes: 1 addition & 1 deletion src/plugins/hal/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "HAL",
"version": "1.0.0",
"author": "hal.xyz",
"website": "https://github.com/snapshot-labs/snapshot/tree/develop/src/plugins/hal",
"website": "https://github.com/snapshot-labs/snapshot/tree/master/src/plugins/hal",
"icon": "ipfs://QmUjiGPfzTUT6KZJe2iDNtca9XnuVw9iXwQUB2ncCLSoMK"
}
2 changes: 1 addition & 1 deletion src/plugins/poap/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "Poap Module",
"version": "1.0.0",
"author": "Poap-xyz",
"website": "https://github.com/snapshot-labs/snapshot/tree/develop/src/plugins/poap",
"website": "https://github.com/snapshot-labs/snapshot/tree/master/src/plugins/poap",
"icon": "ipfs://QmSH2PsJUSpHUwS9XAoqLKRvF7qibrsqmBTdmM9Mmyv5fb"
}
2 changes: 1 addition & 1 deletion src/plugins/projectGalaxy/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"author": "Galxe",
"description": "Galxe OAT",
"website": "https://github.com/snapshot-labs/snapshot/tree/develop/src/plugins/projectGalaxy",
"website": "https://github.com/snapshot-labs/snapshot/tree/master/src/plugins/projectGalaxy",
"icon": "https://ipfs.io/ipfs/bafkreibjxoeegwucimd4hjfn3xmxrmkes3je5gwa723gaqosirzgewutfq",
"defaults": {
"space": {
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/quorum/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Quorum",
"version": "0.1.0",
"author": "lbeder",
"website": "https://github.com/snapshot-labs/snapshot/tree/develop/src/plugins/quorum",
"website": "https://github.com/snapshot-labs/snapshot/tree/master/src/plugins/quorum",
"icon": "ipfs://Qmbyq2emXpjv1oFFJnhS3jL8aXZAqnya7zmNtKYXEs8jXa",
"defaults": {
"space": {
Expand Down

0 comments on commit 7b7d4a8

Please sign in to comment.