Skip to content

Commit

Permalink
master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 authored Jul 15, 2024
1 parent 2884cf6 commit e796d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/simple_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: SimpleAction
# events but only for the master branch
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

# Environment variables at the global scope
env:
Expand Down

0 comments on commit e796d77

Please sign in to comment.