You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/fluentforms-ci.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ jobs:
37
37
run: mvn -B package --file fluentforms
38
38
39
39
- name: Publish to GitHub Packages Apache Maven
40
-
if: (github.ref == 'refs/heads/master' || github.ref == 'refs/tags/*') && matrix.experimental == 'false'# Only run on main branch or tags and non-experimental
40
+
if: (github.ref == 'refs/heads/master' || github.ref == 'refs/tags/*') && !matrix.experimental # Only run on main branch or tags and non-experimental
0 commit comments