Skip to content

Commit

Permalink
Update branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Mar 30, 2024
1 parent eb3aee6 commit 373ee9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Validate Vocabulary (and release if on master)

on:
pull_request:
branches: [ master ]
branches: [ main ]
push:
branches: [ master ]
branches: [ main ]

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A template for new OpenActive SKOS Vocabulary repositories

## Testing

Note this template is itself linked to the `skos-vocabulary-editor-staging` instance of the `skos-vocabulary-editor` in Heroku. Therefore publishing from that staging instance will create a PR in this repository.
Note this template is itself linked to the `skos-vocabulary-editor-staging` instance of the `skos-vocabulary-editor` in Heroku, which is linked to at `skos-vocabulary-template.openactive.io`. Therefore publishing from that staging instance will create a PR in this repository.

// TODO: Update description in the staging Heroku to read:
// This is test output from the staging instance of the OpenActive SKOS Vocabulary Editor.
Expand Down

0 comments on commit 373ee9f

Please sign in to comment.