Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Mar 21, 2024
1 parent 8fff3a6 commit c84dc12
Show file tree
Hide file tree
Showing 6 changed files with 412 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -496,3 +496,5 @@ on:
- v*
- sdk/*
- "**"
pull_request:

2 changes: 2 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,3 +410,5 @@ on:
push:
tags:
- v*.*.*-**
pull_request:

2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,3 +459,5 @@ on:
tags:
- v*.*.*
- "!v*.*.*-**"
pull_request:

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ provider/**/schema-embed.json
**/version.txt
**/nuget
**/dist


sdk/python/venv
90 changes: 88 additions & 2 deletions sdk/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c84dc12

Please sign in to comment.