Skip to content

Commit

Permalink
Change 'protected' branches from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbento committed Dec 6, 2024
1 parent 0108923 commit 9d00767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: ci

on:
# Trigger the workflow on push to master or develop, except tag creation
# Trigger the workflow on push to main or develop, except tag creation
push:
branches:
- 'master'
- 'main'
- 'develop'
tags-ignore:
- '**'
Expand Down

0 comments on commit 9d00767

Please sign in to comment.