Skip to content

Commit

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

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

0 comments on commit 65e1098

Please sign in to comment.