Commit a8c75bd
authored
chore(ci): remove redundant if conditions in build-and-publish workflow (#455)
The workflow only triggers on pushes to the master branch, so checking
github.ref == 'refs/heads/master' on individual steps is always true
and therefore redundant.
Closes #454
Signed-off-by: Shubh-Raj <shubhraj625@gmail.com>1 parent fae3dd4 commit a8c75bd
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
39 | | - | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
| |||
52 | 49 | | |
53 | 50 | | |
54 | 51 | | |
55 | | - | |
| 52 | + | |
0 commit comments