Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
priyagupta108 committed Oct 9, 2024
1 parent 48c1f94 commit 55e6405
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Basic validation
on:
push:
branches:
- test-ubuntu24
- test
paths-ignore:
- '**.md'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check dist/
on:
push:
branches:
- test-ubuntu24
- test
paths-ignore:
- '**.md'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CodeQL analysis

on:
push:
branches: [test-ubuntu24]
branches: [test]
pull_request:
branches: [main]
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Licensed
on:
push:
branches:
- test-ubuntu24
- test
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-config-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
- cron: '0 3 * * 0'
workflow_dispatch:
push:

jobs:
call-update-configuration-files:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Validate 'setup-go'
on:
push:
branches:
- test-ubuntu24
- test
paths-ignore:
- '**.md'
pull_request:
Expand Down

0 comments on commit 55e6405

Please sign in to comment.