Skip to content

Commit 8b3a306

Browse files
authored
push
1 parent 2fce10f commit 8b3a306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conditional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: example-workflow
22
on: [push]
33
jobs:
44
hello-world:
5-
if: github.repository == 'octo-org/octo-repo-prod'
5+
if: github.repository == 'matdm29/Github-Examples'
66
runs-on: ubuntu-latest
77
steps:
88
- name: "Hello World"

0 commit comments

Comments
 (0)