Skip to content

Commit

Permalink
group/maym/private
Browse files Browse the repository at this point in the history
  • Loading branch information
Maym300 committed Mar 27, 2024
1 parent 6b53d3b commit d455a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/first.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: push on master
on:
push:
branches:
- 'main'
- 'group/maym/private'

jobs:
build:
Expand All @@ -11,7 +11,7 @@ jobs:
steps:
- name: Print a greeting
env:
Branches: master
Branches: group/maym/private
ProjectName: KickCatchFish
run: |
echo $env:Branches
Expand Down

0 comments on commit d455a06

Please sign in to comment.