Skip to content

Commit

Permalink
master -> main, sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Dec 24, 2023
1 parent 32af717 commit 858ca03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_master.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ val workflow = workflow(
name = "Process Pull Request",
on = listOf(
Push(
branches = listOf("master")
branches = listOf("main")
),
PullRequest(
branches = listOf("master")
branches = listOf("main")
),
),
sourceFile = __FILE__.toPath(),
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name: 'Process Pull Request'
on:
push:
branches:
- 'master'
- 'main'
pull_request:
branches:
- 'master'
- 'main'
jobs:
check_yaml_consistency:
name: 'Check YAML consistency'
Expand Down

0 comments on commit 858ca03

Please sign in to comment.