Skip to content

Commit

Permalink
update master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
VinayGuthal committed Jun 19, 2024
1 parent fe41619 commit 8033e8c
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_release_rcs.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ name: Generate releaseble artifacts
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ master ]
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -6,9 +6,9 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

0 comments on commit 8033e8c

Please sign in to comment.