Skip to content

Commit 0a3e529

Browse files
committed
Rename job in GitHub workflow to clarify purpose of enforcing PRs from 'develop' to 'main'
1 parent a2977f0 commit 0a3e529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/only-develop-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: ["main"]
66

77
jobs:
8-
enforce:
8+
only-develop-to-main:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Allow only develop -> main PRs

0 commit comments

Comments
 (0)