Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/code_changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: Code changes
on:
push:
branches:
- master
- main

paths:
- policyengine_uk/**
- src/**
- tests/**
- .github/**
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Deploy documentation
on:
push:
# Runs on pushes targeting the default branch
branches: [master]
branches: [main]
env:
# `BASE_URL` determines, relative to the root of the domain, the URL that your site is served from.
# E.g., if your site lives at `https://mydomain.org/myproject`, set `BASE_URL=/myproject`.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_code_changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: Code changes
on:
pull_request:
branches:
- master
- main

paths:
- policyengine_uk/**
- src/**
- tests/**
- .github/**
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_docs_changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Docs changes
on:
pull_request:
branches:
- master
- main

paths:
- docs/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versioning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Versioning updates
on:
push:
branches:
- master
- main

paths:
- changelog_entry.yaml
Expand Down
Loading