Skip to content

Commit

Permalink
update build triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 24, 2024
1 parent 8f4e8cf commit b2779b5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Examples

on:
push:
branches: ["main","v3"]
branches: ["main"]
paths:
- docs/examples/**

pull_request:
branches: ["*"]
paths:
- docs/examples/**
- ".github/workflows/test-examples.yml"
- .github/workflows/test-examples.yml

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Indicators

on:
push:
branches: ["main","v3"]
branches: ["main"]

pull_request:
branches: ["*"]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Indicators

on:
push:
branches: ["main","v3"]
branches: ["main"]

pull_request:
types: [opened, synchronize, reopened]
branches: ["*"]

jobs:
test:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test-website-a11y.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Website a11y

on:
push:
branches: ["v3"]
pull_request:
branches: ["*"]
paths:
- 'docs/**'
- ".github/workflows/test-website-a11y.yml"
- docs/**
- .github/workflows/test-website-a11y.yml

env:
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test-website-links.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Website URLs

on:
push:
branches: ["v3"]
pull_request:
branches: ["*"]
paths:
- 'docs/**'
- ".github/workflows/test-website-links.yml"
- docs/**
- .github/workflows/test-website-links.yml

env:
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// file settings
"files.autoSave": "afterDelay",
"files.autoSave": "off",
"files.autoSaveDelay": 3000,
"files.encoding": "utf8",
"files.exclude": {
Expand Down

0 comments on commit b2779b5

Please sign in to comment.