Skip to content

Commit

Permalink
Update build.yml and increment_version_workflow.yml descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Jan 31, 2024
1 parent 47562f9 commit c48778d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: build

on:
push:
branches: [ "main" ]
# branches: [ "dev" ]
# branches: [ "main" ]
branches: [ "dev" ]
# branches: [ "main", "dev" ]
pull_request:
# branches: [ "main" ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/increment_version_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
name:
description: 'description'
description: 'Automated version increment'
required: false
default: ''

Expand Down

0 comments on commit c48778d

Please sign in to comment.