Skip to content

Commit

Permalink
Merge pull request #346 from pulumi/tg/rename-to-main
Browse files Browse the repository at this point in the history
update references to main
  • Loading branch information
tgummerer authored May 10, 2024
2 parents 613831c + 098421b commit d4bcfcd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ jobs:
go-version: [ 1.21.x ]
python-version: [ 3.9.x ]
node-version: [ 18.x ]
name: master
name: main
"on":
push:
branches:
- master
- main
paths-ignore:
- CHANGELOG.md
tags-ignore:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ on:
types: [run-acceptance-tests-command]
pull_request:
branches:
- master
- main
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Build Status](https://github.com/pulumi/pulumi-policy/actions/workflows/master.yml/badge.svg)
![Build Status](https://github.com/pulumi/pulumi-policy/actions/workflows/main.yml/badge.svg)

# Pulumi Policy SDK

Expand Down

0 comments on commit d4bcfcd

Please sign in to comment.